Skip to content

Commit

Permalink
Refresh setup-custom-ear-lifecycle test
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 22, 2022
1 parent a3c64de commit e741282
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -96,6 +96,7 @@ under the License.
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2022-11-22T08:07:26Z</project.build.outputTimestamp>
<slf4j.version>1.7.36</slf4j.version>
<plexus-archiver.version>4.6.0</plexus-archiver.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -176,7 +177,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.6.0</version>
<version>${plexus-archiver.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml
Expand Up @@ -33,7 +33,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.6.3</version>
<version>@plexus-archiver.version@</version>
</dependency>
</dependencies>

Expand Down
25 changes: 8 additions & 17 deletions src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml
Expand Up @@ -41,18 +41,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.1</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>mojo-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
<version>3.7.0</version>
</plugin>
</plugins>
</build>
Expand All @@ -68,23 +57,25 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.9</version>
<version>@mavenVersion@</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.9</version>
<artifactId>maven-core</artifactId>
<version>@mavenVersion@</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.2.2</version>
<version>@plexus-archiver.version@</version>
</dependency>
<!-- dependencies to annotations -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.1</version>
<version>3.7.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e741282

Please sign in to comment.