Kay.
--jason
On Apr 25, 2008, at 9:00 PM, Guillaume Nodet wrote:
So I've removed the repositories definition, but I've kept the
override of the organization, because the informations from the
genesis-config are wrong.
The apache top pom says:
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
and these are the agreed on values, but genesis override those with:
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
I think genesis should be fixed and those values removed from the
genesis pom, so in the mean time, i'd rather have them overriden to
the correct values in the gshell parent pom.
On Fri, Apr 25, 2008 at 3:56 PM, Jason Dillon <[EMAIL PROTECTED]>
wrote:
Kay, I understand... blame maven, thats what I do :-P
--jason
On Apr 25, 2008, at 8:50 PM, Guillaume Nodet wrote:
Right, not sure why it failed the first time. I'll remove the
repository from the pom.
On Fri, Apr 25, 2008 at 3:44 PM, Jason Dillon <[EMAIL PROTECTED]>
wrote:
This is duplicate information which is picked up from genesis
project-config. Please revert.
--jason
On Apr 25, 2008, at 8:28 PM, [EMAIL PROTECTED] wrote:
Author: gnodet
Date: Fri Apr 25 06:28:41 2008
New Revision: 651601
URL: http://svn.apache.org/viewvc?rev=651601&view=rev
Log:
Add repository for the gmaven plugin
Modified:
geronimo/gshell/trunk/pom.xml
Modified: geronimo/gshell/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=651601&r1=651600&r2=651601&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Fri Apr 25 06:28:41 2008
@@ -37,6 +37,11 @@
<version>1.0-alpha-2-SNAPSHOT</version>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+
<description>
GShell is a framework for building rich command-line
applications.
</description>
@@ -640,6 +645,22 @@
</releases>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>codehaus-snapshots</id>
+ <name>Codehaus Snapshots Repository</name>
+ <url>http://snapshots.repository.codehaus.org</url>
+ <layout>default</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>daily</updatePolicy>
+ <checksumPolicy>ignore</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
<distributionManagement>
<site>
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/