[jboss-cvs] JBossAS SVN: r66783 - projects/microcontainer/trunk/docs/examples/User_Guide/commandLineClient.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 09:05:22 EST 2007


Author: newtonm
Date: 2007-11-06 09:05:22 -0500 (Tue, 06 Nov 2007)
New Revision: 66783

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/commandLineClient/pom.xml
Log:
Reformatted pom.xml

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/commandLineClient/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/commandLineClient/pom.xml	2007-11-06 14:02:54 UTC (rev 66782)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/commandLineClient/pom.xml	2007-11-06 14:05:22 UTC (rev 66783)
@@ -45,6 +45,17 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <debug>true</debug>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin> 
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
@@ -69,18 +80,7 @@
             <descriptor>src/main/assembly/withAOP.xml</descriptor>
           </descriptors>
         </configuration>
-      </plugin>	 
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <debug>true</debug>
-          <showDeprecation>true</showDeprecation>
-          <showWarnings>true</showWarnings>
-          <optimize>true</optimize>
-        </configuration>
-      </plugin>  
+      </plugin> 
     </plugins>
   </build>
 




More information about the jboss-cvs-commits mailing list