diff options
Diffstat (limited to 'champ-service-deps-janus')
-rw-r--r-- | champ-service-deps-janus/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index fcf019a..8c99d0a 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -111,6 +111,13 @@ 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> </plugins> </build> </project>
\ No newline at end of file |