Add mdsal-docs artifact
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index aaa52d9e44cd34c7f71c828cd7c647cee380155b..f48aa1f5581cefd413364087a01cbd11042e053f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <modules>
         <module>artifacts</module>
         <module>common</module>
+        <module>docs</module>
         <module>features</module>
         <module>dom</module>
         <module>binding</module>
         <module>trace</module>
     </modules>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <profiles>
-        <profile>
-            <id>aggregate-javadoc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>aggregate</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>aggregate-jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
         <profile>
             <id>sonar-jacoco-aggregate</id>
             <activation>