Modify deploy plugin for authz
[aaf/authz.git] / misc / log4j / pom.xml
index 1f0cffa..6ceae31 100644 (file)
                                        <artifactId>maven-deploy-plugin</artifactId>
                                        <version>2.6</version>
                                        <configuration>
-                                               <skip>false</skip>
+                                               <skip>true</skip>
                                        </configuration>
                                </plugin>
                                <plugin>
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>