|
@@ -25,15 +25,15 @@
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
- <!-- <build>
|
|
|
|
- <pluginManagement><!– lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) –>
|
|
|
|
|
|
+ <build>
|
|
|
|
+ <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
|
<plugins>
|
|
<plugins>
|
|
- <!– clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle –>
|
|
|
|
- <!– <plugin>
|
|
|
|
|
|
+ <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
|
|
|
|
+ <plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
<version>3.1.0</version>
|
|
- </plugin>–>
|
|
|
|
- <!– default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging –>
|
|
|
|
|
|
+ </plugin>
|
|
|
|
+ <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
|
|
<plugin>
|
|
<plugin>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.0.2</version>
|
|
<version>3.0.2</version>
|
|
@@ -58,7 +58,7 @@
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<version>2.8.2</version>
|
|
<version>2.8.2</version>
|
|
</plugin>
|
|
</plugin>
|
|
- <!– site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle –>
|
|
|
|
|
|
+ <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
|
|
<plugin>
|
|
<plugin>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<version>3.7.1</version>
|
|
<version>3.7.1</version>
|
|
@@ -69,5 +69,5 @@
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</pluginManagement>
|
|
- </build>-->
|
|
|
|
|
|
+ </build>
|
|
</project>
|
|
</project>
|