Skip to content

Commit

Permalink
39: Fix deployed Xklaim Maven artifacts
Browse files Browse the repository at this point in the history
Task-Url: #39
  • Loading branch information
LorenzoBettini committed Mar 22, 2022
1 parent 5ebe6c8 commit a9fd4fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion xklaim/xklaim.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.github.lorenzobettini.xtextutils</groupId>
<artifactId>xtext-tycho-parent</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<relativePath></relativePath>
</parent>

Expand Down Expand Up @@ -266,6 +266,16 @@
<source>8</source>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<configuration>
<!-- required to have valid consumable Maven artifacts
https://github.com/LorenzoBettini/xklaim/issues/39
https://github.com/eclipse/tycho/issues/781 -->
<skipPomGeneration>true</skipPomGeneration>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit a9fd4fa

Please sign in to comment.