Author: wkeil
Date: Sat Dec 27 20:12:46 2014
New Revision: 1648104

URL: http://svn.apache.org/r1648104
Log:
DMAP-111: Improve Web Examples 

Task-Url: https://issues.apache.org/jira/browse/DMAP-111

Modified:
    devicemap/trunk/examples/distribution/pom.xml

Modified: devicemap/trunk/examples/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/examples/distribution/pom.xml?rev=1648104&r1=1648103&r2=1648104&view=diff
==============================================================================
--- devicemap/trunk/examples/distribution/pom.xml (original)
+++ devicemap/trunk/examples/distribution/pom.xml Sat Dec 27 20:12:46 2014
@@ -1,48 +1,46 @@
-<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>
-  <parent>
-    <groupId>org.apache.devicemap.examples</groupId>
-    <artifactId>examples-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>examples-distribution</artifactId>
-  <packaging>pom</packaging>
-  
-   <name>DeviceMap Examples Distribution</name>
-  
-  <!-- NOTE: These dependency declarations are only required to sort this 
project to the 
-       end of the line in the multimodule build. 
-       
-       Since we only include the child1 module in our assembly, we only need 
to ensure this
-       distribution project builds AFTER that one...
-  -->
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.devicemap.examples</groupId>
-      <artifactId>console-example</artifactId>
-      <version>${devicemap.examples.version}</version>
-    </dependency>
-  </dependencies>
+<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>
+       <parent>
+               <groupId>org.apache.devicemap.examples</groupId>
+               <artifactId>examples-parent</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+       </parent>
+       <artifactId>examples-distribution</artifactId>
+       <packaging>pom</packaging>
+       <name>DeviceMap Examples Distribution</name>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>distro-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/bin.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
+       <!-- NOTE: These dependency declarations are only required to sort this 
+               project to the end of the line in the multimodule build. Since 
we only include 
+               the child1 module in our assembly, we only need to ensure this 
distribution 
+               project builds AFTER that one... -->
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.devicemap.examples</groupId>
+                       <artifactId>console-example</artifactId>
+                       <version>${devicemap.examples.version}</version>
+               </dependency>
+       </dependencies>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>distro-assembly</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <descriptors>
+                                                               
<descriptor>src/assembly/bin.xml</descriptor>
+                                                       </descriptors>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file


Reply via email to