[jboss-cvs] JBossAS SVN: r114550 - in projects/jboss-seam-int/trunk: jbossas and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 6 04:09:08 EST 2013


Author: alesj
Date: 2013-11-06 04:09:07 -0500 (Wed, 06 Nov 2013)
New Revision: 114550

Modified:
   projects/jboss-seam-int/trunk/jbossas/pom.xml
   projects/jboss-seam-int/trunk/pom.xml
Log:
Cleanup poms.


Modified: projects/jboss-seam-int/trunk/jbossas/pom.xml
===================================================================
--- projects/jboss-seam-int/trunk/jbossas/pom.xml	2013-11-05 10:08:48 UTC (rev 114549)
+++ projects/jboss-seam-int/trunk/jbossas/pom.xml	2013-11-06 09:09:07 UTC (rev 114550)
@@ -23,16 +23,19 @@
         <dependency>
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.jboss</groupId>
             <artifactId>jboss-vfs</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
         </dependency>
 
     </dependencies>

Modified: projects/jboss-seam-int/trunk/pom.xml
===================================================================
--- projects/jboss-seam-int/trunk/pom.xml	2013-11-05 10:08:48 UTC (rev 114549)
+++ projects/jboss-seam-int/trunk/pom.xml	2013-11-06 09:09:07 UTC (rev 114550)
@@ -12,13 +12,10 @@
     <packaging>pom</packaging>
     <name>JBoss Seam Int Aggregator</name>
     <url>http://www.jboss.org/jbossmc/</url>
-    <description>
-        JBoss ClassLoader Parent POM
-    </description>
+    <description>JBoss Seam2 Integration</description>
     <scm>
         <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/
-        </developerConnection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/</developerConnection>
         <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-seam-int/trunk/</url>
     </scm>
 
@@ -34,7 +31,7 @@
     </properties>
 
     <build>
-        <finalName>${artifactId}</finalName>
+        <finalName>${project.artifactId}</finalName>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -61,30 +58,6 @@
             <plugins>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <executions>
-                        <execution>
-                            <id>make-assembly</id>
-                            <phase>package</phase>
-                            <goals>
-                                <goal>attached</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-idea-plugin</artifactId>
-                    <configuration>
-                        <downloadSources>true</downloadSources>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>${version.jar.plugin}</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${version.surefire.plugin}</version>
                     <configuration>
@@ -94,40 +67,10 @@
                         </includes>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <!-- Configure javadoc plugin with APIviz -->
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <configuration>
-                        <doclet>net.gleamynode.apiviz.APIviz</doclet>
-                        <docletArtifact>
-                            <groupId>net.gleamynode.apiviz</groupId>
-                            <artifactId>apiviz</artifactId>
-                            <version>1.1.0</version>
-                        </docletArtifact>
-                        <encoding>UTF-8</encoding>
-                    </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>
 
-    <repositories>
-        <!-- APIviz repository -->
-        <repository>
-            <id>apiviz.release</id>
-            <name>APIviz releases</name>
-            <url>http://apiviz.googlecode.com/svn/site/repo/mvn/release</url>
-            <releases>
-
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <dependencyManagement>
         <!-- The parent pom manages the inter-dependencies of the modules. -->
         <dependencies>



More information about the jboss-cvs-commits mailing list