Author: michiel
Date: 2009-09-08 19:09:29 +0200 (Tue, 08 Sep 2009)
New Revision: 38519

Modified:
   mmbase/trunk/core/pom.xml
Log:
will switch on this attach-javodcs stuff per pom now

Modified: mmbase/trunk/core/pom.xml
===================================================================
--- mmbase/trunk/core/pom.xml   2009-09-08 16:33:15 UTC (rev 38518)
+++ mmbase/trunk/core/pom.xml   2009-09-08 17:09:29 UTC (rev 38519)
@@ -118,7 +118,6 @@
           </execution>
         </executions>
       </plugin>
-
     </plugins>
   </build>
   <dependencies>
@@ -251,4 +250,26 @@
       <url>http://www.mmbase.org/snapshots</url>
     </pluginRepository>
   </pluginRepositories>
+
+  <profiles>
+    <profile>
+      <id>deploy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to