Skip to content

Commit

Permalink
build: Update build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 21, 2023
1 parent aa394db commit af09465
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
30 changes: 4 additions & 26 deletions pom.xml
Expand Up @@ -46,6 +46,9 @@
<maven.version>3.9.0</maven.version>
<maven.resolver.version>1.9.6</maven.resolver.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.deploy.plugin>3.1.0</version.deploy.plugin>
<version.javadoc.plugin>3.5.0</version.javadoc.plugin>
</properties>

<name>pomchecker</name>
Expand Down Expand Up @@ -255,35 +258,10 @@
</resources>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
1 change: 1 addition & 0 deletions pomchecker-cli/pom.xml
Expand Up @@ -238,6 +238,7 @@
</goals>
<phase>package</phase>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedClassifierName>all</shadedClassifierName>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
Expand Down
3 changes: 2 additions & 1 deletion pomchecker-toolprovider/pom.xml
Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<executions>
<execution>
<id>add-module-info</id>
Expand All @@ -147,6 +147,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<overwriteExistingFiles>true</overwriteExistingFiles>
<module>
<moduleInfoFile>src/java9/module-info.java</moduleInfoFile>
</module>
Expand Down

0 comments on commit af09465

Please sign in to comment.