Moved Warpship to root and renamed override and cleaned log output
This commit is contained in:
parent
ba99c5bdb6
commit
1d79a22041
11 changed files with 63 additions and 76 deletions
50
pom.xml
50
pom.xml
|
|
@ -610,25 +610,10 @@
|
|||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>build</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>run</id>
|
||||
<id>test-run</id>
|
||||
<properties>
|
||||
<skipTests>true</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
|
@ -648,6 +633,24 @@
|
|||
</pluginManagement>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>build</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mvn-versions-check</id>
|
||||
<build>
|
||||
|
|
@ -736,13 +739,6 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<rules>
|
||||
<!-- Sick this is not documented in examples but works fine, after i looked at the source code -->
|
||||
<!-- TODO: Maven4 adds xml namespace + xsd to each plugin so auto complete works in embedded plugin xml
|
||||
<enforcer:requireMavenVersion>
|
||||
<enforce:version>3.2.2</enforce:version>
|
||||
<enforce:message>Needs maven ${rule.version} or ${this.version} for: maven.build.timestamp is in UTC</enforce:message>
|
||||
</enforcer:requireMavenVersion>
|
||||
-->
|
||||
<requireMavenVersion>
|
||||
<version>3.2.2</version>
|
||||
<message>Needs maven 3.2.2 for: maven.build.timestamp is in UTC</message>
|
||||
|
|
@ -754,7 +750,7 @@
|
|||
<!--
|
||||
<requireMavenVersion>
|
||||
<version>3.9.0</version>
|
||||
<message>Needs maven 3.9.0 for: profile activation by pom packaging type</message>s
|
||||
<message>Needs maven 3.9.0 for: profile activation by pom packaging type</message>
|
||||
</requireMavenVersion>
|
||||
-->
|
||||
<requireJavaVersion>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue