Include all modules in AAF parent
[aaf/authz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4f8babe..58871f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <!-- 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>
        </build>
        <modules>
                <module>auth-client</module>
-               <!-- <module>misc</module>
+               <module>misc</module>
                <module>cadi</module>
-               <module>auth</module>  -->
+               <module>auth</module>
        </modules>
 
        <distributionManagement>