Remove unneeded jaxb-api workarounds
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f02ffacf4b6a71e0e13d6cbf853496948c88cdeb..1d71118e2e059947b25f20e23bdc2a84a113ff77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </modules>
 
     <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>karaf</id>
             <activation>