Skip to content

Commit

Permalink
changed deploy configuration (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jan 30, 2015
1 parent d7db915 commit d629b22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions cardshifter-api/pom.xml
Expand Up @@ -29,6 +29,23 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
5 changes: 3 additions & 2 deletions cardshifter-modapi/pom.xml
Expand Up @@ -53,7 +53,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
Expand All @@ -65,12 +65,13 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d629b22

Please sign in to comment.