summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-09 21:22:48 +0000
committerSai Gandham <sg481n@att.com>2018-04-09 21:22:59 +0000
commit30dca6e573f544599ea7b600dc3cbb6c189d1892 (patch)
treed3824e8298bdff14f43e8e1a3ff330f2c678089a /pom.xml
parent34e9cfe9e651837b18dba5af99a6fa9816dfb9a8 (diff)
Include all modules in AAF parent
Issue-ID: AAF-215 Change-Id: I5aa4b496cebc8d46c720180623ba928c414fad7c Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 4f8babea..58871f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,11 +51,6 @@
<!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
<sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
- <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
-
</properties>
<build>
<plugins>
@@ -145,9 +140,9 @@
</build>
<modules>
<module>auth-client</module>
- <!-- <module>misc</module>
+ <module>misc</module>
<module>cadi</module>
- <module>auth</module> -->
+ <module>auth</module>
</modules>
<distributionManagement>