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 2011/08/03 20:58:55 UTC

svn commit: r1153611 - in /myfaces/tobago/trunk: pom.xml tobago-example/tobago-example-seam/pom.xml

Author: bommel
Date: Wed Aug  3 18:58:54 2011
New Revision: 1153611

URL: http://svn.apache.org/viewvc?rev=1153611&view=rev
Log:
minor pom updates

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1153611&r1=1153610&r2=1153611&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Aug  3 18:58:54 2011
@@ -195,6 +195,28 @@
             <link>http://logging.apache.org/log4j/docs/api/</link>
           </links>
           <excludePackageNames>org.apache.myfaces.tobago.internal.*:org.apache.myfaces.tobago.internal.taglib12.*</excludePackageNames>
+          <docletArtifact>
+            <groupId>com.google.doclava</groupId>
+            <artifactId>doclava</artifactId>
+            <version>1.0.3</version>
+          </docletArtifact>
+          <doclet>com.google.doclava.Doclava</doclet>
+          <!--
+            | bootclasspath required by Sun's JVM
+          -->
+          <bootclasspath>${sun.boot.class.path}</bootclasspath>
+          <additionalparam>
+             -quiet
+             -federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
+             -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
+             -hdf project.name "${project.name}"
+             -d ${project.build.directory}/apidocs
+           </additionalparam>
+          <useStandardDocletOptions>false</useStandardDocletOptions>
+          <!--
+            | Apple's JVM sometimes requires more memory
+          -->
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
         </configuration>
       </plugin>
 
@@ -409,6 +431,11 @@
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-ext</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
         <version>${slf4j.version}</version>
         <optional>true</optional>
@@ -948,7 +975,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.2.1</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml?rev=1153611&r1=1153610&r2=1153611&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml Wed Aug  3 18:58:54 2011
@@ -258,14 +258,15 @@
     <pluginRepository>
       <id>repository.jboss.org</id>
       <name>JBoss Repository</name>
-      <url>http://repository.jboss.org/maven2</url>
+      <url>https://repository.jboss.org/nexus/content/groups/public</url>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
     <repository>
       <id>repository.jboss.org</id>
       <name>JBoss Repository</name>
-      <url>http://repository.jboss.org/maven2</url>
+      <url>https://repository.jboss.org/nexus/content/groups/public</url>
+      <snapshots><enabled>false</enabled></snapshots>
     </repository>
     <!--repository>
       <id>java.net.legacy</id>