Skip to content

Commit

Permalink
Merge pull request #206 from jfdenise/provisioning
Browse files Browse the repository at this point in the history
deploy both shared module and parent
  • Loading branch information
jamezp authored Nov 9, 2021
2 parents c5ae65c + 9fd86b9 commit 526f2b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions tests/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,5 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 526f2b2

Please sign in to comment.