Skip to content

Commit

Permalink
[MASSEMBLY-1000] ITs - cleanups, refresh plugins versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 27, 2023
1 parent 6d1c559 commit d1efcda
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/it/it-project-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<version>@version.maven-jar-plugin@</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>@version.maven-surefire@</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
</fileSet>
<fileSet>
<directory>src/main/files</directory>
<outputDirectory>${pom.properties.fileLocation2}</outputDirectory>
<outputDirectory>${project.properties.fileLocation2}</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/files</directory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ under the License.
<directory>src/main/files</directory>
<outputDirectory>files</outputDirectory>
<includes>
<include>${pom.artifactId}2.file</include>
<include>${project.artifactId}2.file</include>
</includes>
</fileSet>
<fileSet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ under the License.

<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>${pom.parent.artifactId}-mod1</artifactId>
<groupId>${project.groupId}</groupId>
<artifactId>${project.parent.artifactId}-mod1</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>${pom.parent.artifactId}-mod2</artifactId>
<groupId>${project.groupId}</groupId>
<artifactId>${project.parent.artifactId}-mod2</artifactId>
<version>1</version>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ under the License.
-->

<assembly>
<!-- TODO: Change ${pom.*} references to ${project.*} once maven-assembly-plugin 2.2-beta-3 is available -->
<includeBaseDirectory>false</includeBaseDirectory>
<id>bundle</id>
<formats>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0.1</version>
<version>@version.maven-enforcer-plugin@</version>
<executions>
<execution>
<id>enforce-dont-exist</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0.1</version>
<version>@version.maven-enforcer-plugin@</version>
<executions>
<execution>
<id>enforce-dont-exist</id>
Expand Down
3 changes: 2 additions & 1 deletion src/it/projects/reproducible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<groupId>org.apache.maven.its</groupId>
<artifactId>reproducible</artifactId>
<version>1.0</version>
<packaging>pom</packaging>

<name>Test for reproducibility of assembly archives</name>

Expand Down Expand Up @@ -59,7 +60,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>@version.maven-deploy-plugin@</version>
<configuration>
<!-- Deployments will be written to ${basedir}/target -->
<altDeploymentRepository>mine::default::file://${basedir}/target/repo</altDeploymentRepository>
Expand Down

0 comments on commit d1efcda

Please # to comment.