Author: julien_viet
Date: 2011-11-02 09:47:41 -0400 (Wed, 02 Nov 2011)
New Revision: 7932
Modified:
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/core/src/main/resources/common.xml
Log:
GTNPC-74 : Add some random value to the common.xml artifact
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-11-02 13:41:46 UTC (rev 7931)
+++ components/pc/trunk/test/core/pom.xml 2011-11-02 13:47:41 UTC (rev 7932)
@@ -203,9 +203,30 @@
<build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+
<pluginManagement>
<plugins>
<plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-resources</id>
+ <configuration>
+ <useDefaultDelimiters>false</useDefaultDelimiters>
+ <delimiters>
+ <delimiter>@</delimiter>
+ </delimiters>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Modified: components/pc/trunk/test/core/src/main/resources/common.xml
===================================================================
--- components/pc/trunk/test/core/src/main/resources/common.xml 2011-11-02 13:41:46 UTC
(rev 7931)
+++ components/pc/trunk/test/core/src/main/resources/common.xml 2011-11-02 13:47:41 UTC
(rev 7932)
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!-- @version@ -->
<project name="portlet-integration-test"
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<path id="maven-ant-tasks.classpath"
path="${maven.dependency.org.apache.maven.maven-ant-tasks.jar.path}"/>
Show replies by date