Author: olamy
Date: Tue Mar 13 17:14:18 2012
New Revision: 1300241

URL: http://svn.apache.org/viewvc?rev=1300241&view=rev
Log:
fix the invoker test

Modified:
    
maven/plugins/trunk/maven-remote-resources-plugin/src/it/maven-remote-resources-test/pom.xml

Modified: 
maven/plugins/trunk/maven-remote-resources-plugin/src/it/maven-remote-resources-test/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/it/maven-remote-resources-test/pom.xml?rev=1300241&r1=1300240&r2=1300241&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-remote-resources-plugin/src/it/maven-remote-resources-test/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-remote-resources-plugin/src/it/maven-remote-resources-test/pom.xml
 Tue Mar 13 17:14:18 2012
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='UTF-8'?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -7,7 +8,7 @@ to you under the Apache License, Version
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+  http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
@@ -41,11 +42,16 @@ under the License.
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>@project.version@</version>
         <configuration>
           <artifacts>
             
<artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact>
           </artifacts>
+          <resourceBundles>
+            
<resourceBundle>org.apache.maven.plugins:maven-remote-resources-plugin:@project.version@</resourceBundle>
+          </resourceBundles>
         </configuration>
         <executions>
           <execution>


Reply via email to