Skip to content

Commit

Permalink
build: Remove the animal-sniffer, propagate java version to plugin-ar…
Browse files Browse the repository at this point in the history
…chetype (#6950)
  • Loading branch information
aikebah authored Sep 8, 2024
1 parent 500ab76 commit ce32e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
7 changes: 0 additions & 7 deletions archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
</scm>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>


<properties>
<maven.compiler.release>${maven.compiler.release}</maven.compiler.release>
</properties>
<dependencies>
<dependency>
<groupId>org.owasp</groupId>
Expand Down
25 changes: 0 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,6 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.23</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down Expand Up @@ -576,26 +571,6 @@ Copyright (c) 2012 - Jeremy Long
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<executions>
<execution>
<id>signature-check</id>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java18</artifactId>
<version>1.0</version>
</signature>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit ce32e94

Please sign in to comment.