Skip to content

Commit

Permalink
simplify deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen committed Aug 13, 2019
1 parent d98ca3e commit a5b9467
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions openwebstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@
</execution>
</executions>
</plugin>

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

Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
<shortRevisionLength>8</shortRevisionLength>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand All @@ -72,9 +65,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit a5b9467

Please sign in to comment.