diff options
Diffstat (limited to 'champ-lib/champ-janus/pom.xml')
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index dbba4e4..1a0475d 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -173,7 +173,14 @@ limitations under the License. </execution> </executions> </plugin> - <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <!-- <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> @@ -204,7 +211,7 @@ limitations under the License. </execution> </executions> </plugin> - --> + --> </plugins> </build> </project> |