aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-10-27 15:47:22 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-10-27 15:47:26 -0400
commite7d7b10533446a24a725e50f0d34e7e719ddfdd7 (patch)
tree575a68cbcbfd8aae0ad32edc868c3c42e372e33a /tutorials
parentf84b718364c4eda9a17cb3ba26c1c43390dbb4d7 (diff)
Do not deploy tutorial code
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>
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/tutorial-enforcement/pom.xml11
-rw-r--r--tutorials/tutorial-xacml-application/pom.xml7
2 files changed, 18 insertions, 0 deletions
diff --git a/tutorials/tutorial-enforcement/pom.xml b/tutorials/tutorial-enforcement/pom.xml
index d4065a53..baf6974f 100644
--- a/tutorials/tutorial-enforcement/pom.xml
+++ b/tutorials/tutorial-enforcement/pom.xml
@@ -52,5 +52,16 @@
<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>
diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml
index aa776a8d..d523340c 100644
--- a/tutorials/tutorial-xacml-application/pom.xml
+++ b/tutorials/tutorial-xacml-application/pom.xml
@@ -94,6 +94,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>