Skip to content

Commit

Permalink
Fix staging problems
Browse files Browse the repository at this point in the history
  • Loading branch information
minborg committed Jan 22, 2019
1 parent 57f9790 commit 7b61f14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
10 changes: 0 additions & 10 deletions example-parent/basic-example/pom.xml
Expand Up @@ -44,16 +44,6 @@

<build>
<plugins>

<!-- Do not deploy this artifact since it is only an example -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipStaging>true</skipStaging>
</configuration>
</plugin>

<plugin>
<groupId>com.speedment</groupId>
<artifactId>speedment-maven-plugin</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions example-parent/custom-typemapper/pom.xml
Expand Up @@ -62,19 +62,6 @@

</dependencies>

<build>
<plugins>
<!-- Do not deploy this artifact since it is only an example -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
Expand Down

0 comments on commit 7b61f14

Please sign in to comment.