[jboss-cvs] JBossAS SVN: r90094 - projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 11 10:54:52 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-06-11 10:54:52 -0400 (Thu, 11 Jun 2009)
New Revision: 90094

Modified:
   projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/pom.xml
Log:
Try to fix spring example

Modified: projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/pom.xml
===================================================================
--- projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/pom.xml	2009-06-11 14:52:09 UTC (rev 90093)
+++ projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/pom.xml	2009-06-11 14:54:52 UTC (rev 90094)
@@ -26,23 +26,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>  
-         <configuration>
-           <archive>
-             <addMavenDescriptor>false</addMavenDescriptor>
-             <manifest>
-               <mainClass>org.jboss.kernel.plugins.bootstrap.standalone.StandaloneBootstrap</mainClass>
-               <addClasspath>true</addClasspath>
-               <classpathPrefix>lib</classpathPrefix>
-             </manifest>
-             <manifestEntries>
-               <Class-Path>.</Class-Path>
-             </manifestEntries>
-           </archive>
-         </configuration>
-       </plugin>    
-      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>




More information about the jboss-cvs-commits mailing list