Author: wkeil
Date: Fri Jan  2 05:25:01 2015
New Revision: 1648975

URL: http://svn.apache.org/r1648975
Log:
DMAP-117: Results differ from OS version in UA 

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

Modified:
    devicemap/trunk/examples/ddr-filter/pom.xml
    devicemap/trunk/examples/ddr-service/pom.xml

Modified: devicemap/trunk/examples/ddr-filter/pom.xml
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/examples/ddr-filter/pom.xml?rev=1648975&r1=1648974&r2=1648975&view=diff
==============================================================================
--- devicemap/trunk/examples/ddr-filter/pom.xml (original)
+++ devicemap/trunk/examples/ddr-filter/pom.xml Fri Jan  2 05:25:01 2015
@@ -38,7 +38,6 @@
                <dependency>
                        <groupId>org.apache.devicemap</groupId>
                        <artifactId>devicemap-data</artifactId>
-                       <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
@@ -61,21 +60,19 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <id>src-dependencies</id>
-                                               <phase>package</phase>
-                                               <goals> <!-- use 
copy-dependencies instead if you don't want to explode the sources -->
+                                               <phase>install</phase>
+                                               <goals>
                                                        
<goal>unpack-dependencies</goal>
                                                </goals>
+
                                                <configuration>
-                                                       
<classifier>sources</classifier>
                                                        
<includes>**/*.xml</includes>
                                                        
<excludes>**/*.properties</excludes>
                                                        
<excludes>**/*.class</excludes>
-                                                       
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
                                                        
<outputDirectory>${devicemap.data.path}</outputDirectory>
                                                </configuration>
                                        </execution>

Modified: devicemap/trunk/examples/ddr-service/pom.xml
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/examples/ddr-service/pom.xml?rev=1648975&r1=1648974&r2=1648975&view=diff
==============================================================================
--- devicemap/trunk/examples/ddr-service/pom.xml (original)
+++ devicemap/trunk/examples/ddr-service/pom.xml Fri Jan  2 05:25:01 2015
@@ -81,12 +81,11 @@
                                <executions>
                                        <execution>
                                                <id>src-dependencies</id>
-                                               <phase>package</phase>
+                                               <phase>install</phase>
                                                <goals> <!-- use 
copy-dependencies instead if you don't want to explode the sources -->
                                                        
<goal>unpack-dependencies</goal>
                                                </goals>
                                                <configuration>
-                                                       
<classifier>sources</classifier>
                                                        
<includes>**/*.xml</includes>
                                                        
<excludes>**/*.properties</excludes>
                                                        
<excludes>**/*.class</excludes>


Reply via email to