Skip to content

Commit

Permalink
remove not anymore needed plugin execution as it is now in parent pom (
Browse files Browse the repository at this point in the history
…#6964)

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Oct 6, 2021
1 parent 8186a3e commit ca8d147
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
22 changes: 0 additions & 22 deletions jetty-hazelcast/pom.xml
Expand Up @@ -50,26 +50,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>config</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
22 changes: 0 additions & 22 deletions jetty-infinispan/infinispan-common/pom.xml
Expand Up @@ -11,28 +11,6 @@
<bundle-symbolic-name>${project.groupId}.infinispan.common</bundle-symbolic-name>
</properties>

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>config</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.infinispan</groupId>
Expand Down

0 comments on commit ca8d147

Please sign in to comment.