Author: wsmoak
Date: Sun Feb 10 19:13:01 2008
New Revision: 620393

URL: http://svn.apache.org/viewvc?rev=620393&view=rev
Log:
Remove line break in url

Modified:
    maven/archetype/trunk/archetype-plugin/pom.xml

Modified: maven/archetype/trunk/archetype-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/pom.xml?rev=620393&r1=620392&r2=620393&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/archetype-plugin/pom.xml Sun Feb 10 19:13:01 2008
@@ -56,8 +56,7 @@
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
-          
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/$
-{artifactId}-${version}</stagingSiteURL>
+          
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
         </configuration>
       </plugin>
     </plugins>


Reply via email to