You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/18 20:45:08 UTC

svn commit: r370233 - /myfaces/tomahawk/trunk/core/pom.xml

Author: bommel
Date: Wed Jan 18 11:45:04 2006
New Revision: 370233

URL: http://svn.apache.org/viewcvs?rev=370233&view=rev
Log:
attached source artifact

Modified:
    myfaces/tomahawk/trunk/core/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/pom.xml?rev=370233&r1=370232&r2=370233&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Wed Jan 18 11:45:04 2006
@@ -264,31 +264,41 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-             <executions>
-               <execution>
-                 <id>attach-javadoc</id>
-                 <goals><goal>jar</goal></goals>
-               </execution>
-             </executions>
-           </plugin>
-           <!--plugin>
-             <groupId>net.sourceforge.maven-taglib</groupId>
-             <artifactId>maven-taglib-plugin</artifactId>
-             <configuration>
-               <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
-               <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-             </configuration>
-             <executions>
-               <execution>
-                 <id>attach-javadoc</id>
-                 <goals><goal>taglibdocjar</goal></goals>
-               </execution>
-             </executions>
-           </plugin-->
-         </plugins>
-       </build>
-     </profile>
-   </profiles>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <!--plugin>
+            <groupId>net.sourceforge.maven-taglib</groupId>
+            <artifactId>maven-taglib-plugin</artifactId>
+            <configuration>
+              <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
+              <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+            </configuration>
+            <executions>
+              <execution>
+                <id>attach-javadoc</id>
+                <goals><goal>taglibdocjar</goal></goals>
+              </execution>
+            </executions>
+          </plugin-->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-source</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 
 </project>