Author: wkeil
Date: Sun Aug 21 17:50:09 2016
New Revision: 1757072

URL: http://svn.apache.org/viewvc?rev=1757072&view=rev
Log:
DMAP-196: Deploy Snapshots to Apache Snapshot repo 

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

Modified:
    devicemap/trunk/clients/1.0/java/console/pom.xml

Modified: devicemap/trunk/clients/1.0/java/console/pom.xml
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/java/console/pom.xml?rev=1757072&r1=1757071&r2=1757072&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/java/console/pom.xml (original)
+++ devicemap/trunk/clients/1.0/java/console/pom.xml Sun Aug 21 17:50:09 2016
@@ -78,6 +78,32 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                        </plugin>
+
+                       <plugin>
+                               <artifactId>maven-resources-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-resources</id>
+                                               <!-- here the phase you need -->
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       
<goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputDirectory>${basedir}/target</outputDirectory>
+                                                       <resources>
+                                                               <resource>
+                                                                       
<directory>${basedir}</directory>
+                                                                       
<filtering>false</filtering>
+                                                                       
<includes>
+                                                                               
<include>app.properties</include>
+                                                                       
</includes>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
 </project>


Reply via email to