You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2006/06/21 02:22:46 UTC

Re: svn commit: r415697 - /maven/archetype/branches/archetype-1.0.x/pom.xml

Jesse,

Please revert these commits.

Apache snapshots go to the Apache repo, which this pom was already 
inheriting (if it wasn't working we can figure it out from there).

BTW, do you think we should terminate this branch and instead use trunk 
from now on? I only created this to roll the alpha release while Jason 
was going to make other changes (so the branch name is misleading). I 
think we can just delete it now...

I haven't done anything new on the branch, have you?

- Brett


On 21/06/2006 1:12 AM, jmcconnell@apache.org wrote:
> Author: jmcconnell
> Date: Tue Jun 20 08:12:46 2006
> New Revision: 415697
> 
> URL: http://svn.apache.org/viewvc?rev=415697&view=rev
> Log:
> added updated dav based snapshot distribution management section so I can get an updated archetype out to snapshot
> 
> Modified:
>     maven/archetype/branches/archetype-1.0.x/pom.xml
> 
> Modified: maven/archetype/branches/archetype-1.0.x/pom.xml
> URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/pom.xml?rev=415697&r1=415696&r2=415697&view=diff
> ==============================================================================
> --- maven/archetype/branches/archetype-1.0.x/pom.xml (original)
> +++ maven/archetype/branches/archetype-1.0.x/pom.xml Tue Jun 20 08:12:46 2006
> @@ -42,6 +42,13 @@
>      <module>maven-archetypes</module>
>    </modules>
>    <build>
> +    <extensions>
> +      <extension>
> +        <groupId>org.apache.maven.wagon</groupId>
> +        <artifactId>wagon-webdav</artifactId>
> +        <version>1.0-beta-1</version>
> +      </extension>
> +    </extensions>      
>      <pluginManagement>
>        <plugins>
>          <plugin>
> @@ -58,4 +65,14 @@
>      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches</developerConnection>
>      <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/branches</url>
>    </scm>
> +   <distributionManagement>
> +    <snapshotRepository>
> +      <id>maven-snapshots</id>
> +      <name>Maven Central Development Repository</name>
> +      <url>dav:https://dav.codehaus.org/snapshots.repository/mojo/</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases> 
> +    </snapshotRepository>
> +  </distributionManagement>  
>  </project>
> 
> 


-- 
Brett Porter <br...@apache.org>
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

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


Re: svn commit: r415697 - /maven/archetype/branches/archetype-1.0.x/pom.xml

Posted by Brett Porter <br...@apache.org>.
Jesse, any thoughts?

If there's no objection I'd like to revert this, merge down the change 
you made to the j2ee archetype (I think that was the only one), and then 
svn rm this branch to avoid confusion. I believe it will be equivalent 
to the last alpha release at that point, I'll confirm with a diff.

- Brett

On 21/06/2006 10:22 AM, Brett Porter wrote:
> Jesse,
> 
> Please revert these commits.
> 
> Apache snapshots go to the Apache repo, which this pom was already 
> inheriting (if it wasn't working we can figure it out from there).
> 
> BTW, do you think we should terminate this branch and instead use trunk 
> from now on? I only created this to roll the alpha release while Jason 
> was going to make other changes (so the branch name is misleading). I 
> think we can just delete it now...
> 
> I haven't done anything new on the branch, have you?
> 
> - Brett
> 
> 
> On 21/06/2006 1:12 AM, jmcconnell@apache.org wrote:
>> Author: jmcconnell
>> Date: Tue Jun 20 08:12:46 2006
>> New Revision: 415697
>>
>> URL: http://svn.apache.org/viewvc?rev=415697&view=rev
>> Log:
>> added updated dav based snapshot distribution management section so I 
>> can get an updated archetype out to snapshot
>>
>> Modified:
>>     maven/archetype/branches/archetype-1.0.x/pom.xml
>>
>> Modified: maven/archetype/branches/archetype-1.0.x/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/pom.xml?rev=415697&r1=415696&r2=415697&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/archetype/branches/archetype-1.0.x/pom.xml (original)
>> +++ maven/archetype/branches/archetype-1.0.x/pom.xml Tue Jun 20 
>> 08:12:46 2006
>> @@ -42,6 +42,13 @@
>>      <module>maven-archetypes</module>
>>    </modules>
>>    <build>
>> +    <extensions>
>> +      <extension>
>> +        <groupId>org.apache.maven.wagon</groupId>
>> +        <artifactId>wagon-webdav</artifactId>
>> +        <version>1.0-beta-1</version>
>> +      </extension>
>> +    </extensions>           <pluginManagement>
>>        <plugins>
>>          <plugin>
>> @@ -58,4 +65,14 @@
>>      
>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches</developerConnection> 
>>
>>      
>> <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/branches</url>
>>    </scm>
>> +   <distributionManagement>
>> +    <snapshotRepository>
>> +      <id>maven-snapshots</id>
>> +      <name>Maven Central Development Repository</name>
>> +      <url>dav:https://dav.codehaus.org/snapshots.repository/mojo/</url>
>> +      <releases>
>> +        <enabled>false</enabled>
>> +      </releases> +    </snapshotRepository>
>> +  </distributionManagement>   </project>
>>
>>
> 
> 


-- 
Brett Porter <br...@apache.org>
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

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