Do not deploy tutorial code 99/114299/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 27 Oct 2020 19:47:22 +0000 (15:47 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 27 Oct 2020 20:35:57 +0000 (20:35 +0000)
The tutorial code is really only for developers to kick the tires,
no need to deploy it to the repositories. Since we do not have rights
to onap.policy.tutorials, any deployment will fail.

Issue-ID: POLICY-2876
Change-Id: I61b91e090d8a517a24de5e87e08c016fcc54e6b0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit e7d7b10533446a24a725e50f0d34e7e719ddfdd7)

tutorials/tutorial-enforcement/pom.xml
tutorials/tutorial-xacml-application/pom.xml

index d4065a5..baf6974 100644 (file)
             <version>${policy.common.version}</version>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>
index aa776a8..d523340 100644 (file)
                 </execution>
             </executions>
           </plugin>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <configuration>
+                  <skip>true</skip>
+              </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>