diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -40,6 +40,18 @@ limitations under the License. <module>champ-service</module> </modules> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> + <dependencyManagement> <dependencies> |