You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/22 20:21:57 UTC

svn commit: r1516531 - /commons/sandbox/weaver/trunk/pom.xml

Author: mbenson
Date: Thu Aug 22 18:21:57 2013
New Revision: 1516531

URL: http://svn.apache.org/r1516531
Log:
toward correct site management

Modified:
    commons/sandbox/weaver/trunk/pom.xml

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1516531&r1=1516530&r2=1516531&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Thu Aug 22 18:21:57 2013
@@ -41,13 +41,13 @@ under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
-    <commons.componentid>weaver</commons.componentid>
+    <commons.componentid>commons-weaver</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <!--commons.jira.id>WEAVER</commons.jira.id>
     <commons.jira.pid>666</commons.jira.pid-->
     <asm.version>4.1</asm.version>
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-${commons.componentid}</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/${commons.componentid}</commons.scmPubUrl>
   </properties>
 
   <developers>
@@ -75,7 +75,7 @@ under the License.
     <site>
       <id>website</id>
       <name>Apache Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/sandbox/weaver/</url>
+      <url>scp://people.apache.org/www/commons.apache.org/sandbox/${commons.componentid}/</url>
     </site>
   </distributionManagement>
 
@@ -222,7 +222,7 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
-          <content>${project.build.directory}/staging/weaver</content>
+          <content>${project.build.directory}/staging/${commons.componentid}</content>
         </configuration>
       </plugin>
     </plugins>



Re: svn commit: r1516531 - /commons/sandbox/weaver/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
2013/8/22  <mb...@apache.org>:
> Author: mbenson
> Date: Thu Aug 22 18:21:57 2013
> New Revision: 1516531
>
> URL: http://svn.apache.org/r1516531
> Log:
> toward correct site management
>
> Modified:
>     commons/sandbox/weaver/trunk/pom.xml
>
> Modified: commons/sandbox/weaver/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1516531&r1=1516530&r2=1516531&view=diff
> ==============================================================================
> --- commons/sandbox/weaver/trunk/pom.xml (original)
> +++ commons/sandbox/weaver/trunk/pom.xml Thu Aug 22 18:21:57 2013
> @@ -41,13 +41,13 @@ under the License.
>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>      <maven.compile.source>1.6</maven.compile.source>
>      <maven.compile.target>1.6</maven.compile.target>

The above should be "compiler" if using the latest parent pom.

> -    <commons.componentid>weaver</commons.componentid>
> +    <commons.componentid>commons-weaver</commons.componentid>

AFAIK that is not how other components work; changing the componentid
in this way is likely to break things.

>      <commons.release.version>1.0</commons.release.version>
>      <commons.rc.version>RC1</commons.rc.version>
>      <!--commons.jira.id>WEAVER</commons.jira.id>
>      <commons.jira.pid>666</commons.jira.pid-->
>      <asm.version>4.1</asm.version>
> -    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-${commons.componentid}</commons.scmPubUrl>
> +    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/${commons.componentid}</commons.scmPubUrl>
>    </properties>
>
>    <developers>
> @@ -75,7 +75,7 @@ under the License.
>      <site>
>        <id>website</id>
>        <name>Apache Website</name>
> -      <url>scp://people.apache.org/www/commons.apache.org/sandbox/weaver/</url>
> +      <url>scp://people.apache.org/www/commons.apache.org/sandbox/${commons.componentid}/</url>
>      </site>
>    </distributionManagement>
>
> @@ -222,7 +222,7 @@ under the License.
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-scm-publish-plugin</artifactId>
>          <configuration>
> -          <content>${project.build.directory}/staging/weaver</content>
> +          <content>${project.build.directory}/staging/${commons.componentid}</content>
>          </configuration>
>        </plugin>
>      </plugins>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org