|
|
@@ -66,7 +66,7 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
-
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
@@ -96,7 +96,7 @@
|
|
|
<argLine>${surefire.argLine}</argLine>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
-
|
|
|
+
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
@@ -122,36 +122,8 @@
|
|
|
<failIfNoMatch>false</failIfNoMatch>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
- <execution>
|
|
|
- <id>parse-package-version</id>
|
|
|
- <goals>
|
|
|
- <goal>regex-property</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <name>package-version</name>
|
|
|
- <value>${project.version}</value>
|
|
|
- <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
|
|
|
- <replacement>$1.$2.$3.$4</replacement>
|
|
|
- <failIfNoMatch>true</failIfNoMatch>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- <execution>
|
|
|
- <id>parse-package-release</id>
|
|
|
- <goals>
|
|
|
- <goal>regex-property</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <name>package-release</name>
|
|
|
- <value>${project.version}</value>
|
|
|
- <regex>
|
|
|
- ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-)((([a-zA-Z]+)?([0-9]+))|(SNAPSHOT)).*
|
|
|
- </regex>
|
|
|
- <replacement>$7</replacement>
|
|
|
- <failIfNoMatch>true</failIfNoMatch>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
</executions>
|
|
|
- </plugin>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|