Author: olamy
Date: Wed Aug  8 21:02:26 2012
New Revision: 1370966

URL: http://svn.apache.org/viewvc?rev=1370966&view=rev
Log:
pom formatting

Modified:
    incubator/directmemory/trunk/directmemory-common/pom.xml

Modified: incubator/directmemory/trunk/directmemory-common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-common/pom.xml?rev=1370966&r1=1370965&r2=1370966&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-common/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-common/pom.xml Wed Aug  8 
21:02:26 2012
@@ -17,7 +17,8 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -31,7 +32,8 @@ under the License.
   <artifactId>directmemory-common</artifactId>
   <name>Apache DirectMemory :: Commons</name>
   <packaging>bundle</packaging>
-  <description>DirectMemory Commons is a collection of base utilities that are 
shared amongst the various modules of DirectMemory.
+  <description>DirectMemory Commons is a collection of base utilities that are 
shared amongst the various modules of
+    DirectMemory.
   </description>
 
   <build>
@@ -44,24 +46,24 @@ under the License.
           <version>1.0.0</version>
           <configuration>
             <lifecycleMappingMetadata>
-                <pluginExecutions>
-                    <pluginExecution>
-                        <pluginExecutionFilter>
-                            <groupId>org.codehaus.mojo</groupId>
-                                <artifactId> aspectj-maven-plugin</artifactId>
-                                    <versionRange>[1.4,)</versionRange>
-                                    <goals>
-                                        <goal>compile</goal>
-                                        <goal>test-compile</goal>
-                                    </goals>
-                        </pluginExecutionFilter>
-                            <action>
-                                <ignore></ignore>
-                            </action>
-                        </pluginExecution>
-                    </pluginExecutions>
-                </lifecycleMappingMetadata>
-            </configuration>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>aspectj-maven-plugin</artifactId>
+                    <versionRange>[1.4,)</versionRange>
+                    <goals>
+                      <goal>compile</goal>
+                      <goal>test-compile</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>


Reply via email to