You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Niall Pemberton <ni...@gmail.com> on 2010/04/12 03:09:57 UTC

Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

I think it would be better to find a different way to fix the site
deployment issue, rather than changing the artifiactId. This will
change the name of the generated jar(s) and IMO it would be better to
include "commons" in those artifacts.

Niall


On Mon, Apr 12, 2010 at 1:11 AM,  <ad...@apache.org> wrote:
> Author: adrianc
> Date: Mon Apr 12 00:11:09 2010
> New Revision: 933052
>
> URL: http://svn.apache.org/viewvc?rev=933052&view=rev
> Log:
> Fixed site deployment.
>
> Modified:
>    commons/sandbox/convert/trunk/pom.xml
>
> Modified: commons/sandbox/convert/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=933052&r1=933051&r2=933052&view=diff
> ==============================================================================
> --- commons/sandbox/convert/trunk/pom.xml (original)
> +++ commons/sandbox/convert/trunk/pom.xml Mon Apr 12 00:11:09 2010
> @@ -24,7 +24,7 @@
>     <version>8</version>
>   </parent>
>   <name>Commons Convert</name>
> -  <artifactId>commons-convert</artifactId>
> +  <artifactId>convert</artifactId>
>   <version>1.0-SNAPSHOT</version>
>   <inceptionYear>2003</inceptionYear>
>   <description>Java Conversion Utilities</description>

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


Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

Posted by Adrian Crum <ad...@yahoo.com>.
Thanks Niall! I just ran mvn site:deploy and it works great!

-Adrian

--- On Mon, 4/12/10, Niall Pemberton <ni...@gmail.com> wrote:

> From: Niall Pemberton <ni...@gmail.com>
> Subject: Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml
> To: "Commons Developers List" <de...@commons.apache.org>
> Date: Monday, April 12, 2010, 12:01 PM
> On Mon, Apr 12, 2010 at 2:38 AM,
> Adrian Crum <ad...@yahoo.com>
> wrote:
> > I would be more than happy to go along with whatever
> you suggest. All I know is, when I ran mvn site:deploy, the
> site was deployed to commons/sandbox/commons-convert instead
> of commons/sandbox/convert, and this change seemed to fix
> it.
> 
> I haven't used "mvn site:deploy" before -  but adding
> a
> <distributionManagement> element for the site works
> OK for me:
> 
> http://svn.apache.org/viewvc?view=revision&revision=933361
> 
> Niall
> 
> > I'm not a Maven guru, so any pointers would be
> appreciated!
> >
> > -Adrian
> >
> > --- On Sun, 4/11/10, Niall Pemberton <ni...@gmail.com>
> wrote:
> >
> >> From: Niall Pemberton <ni...@gmail.com>
> >> Subject: Re: svn commit: r933052 -
> /commons/sandbox/convert/trunk/pom.xml
> >> To: dev@commons.apache.org
> >> Date: Sunday, April 11, 2010, 6:09 PM
> >> I think it would be better to find a
> >> different way to fix the site
> >> deployment issue, rather than changing the
> artifiactId.
> >> This will
> >> change the name of the generated jar(s) and IMO it
> would be
> >> better to
> >> include "commons" in those artifacts.
> >>
> >> Niall
> >>
> >>
> >> On Mon, Apr 12, 2010 at 1:11 AM,  <ad...@apache.org>
> >> wrote:
> >> > Author: adrianc
> >> > Date: Mon Apr 12 00:11:09 2010
> >> > New Revision: 933052
> >> >
> >> > URL: http://svn.apache.org/viewvc?rev=933052&view=rev
> >> > Log:
> >> > Fixed site deployment.
> >> >
> >> > Modified:
> >> >    commons/sandbox/convert/trunk/pom.xml
> >> >
> >> > Modified:
> commons/sandbox/convert/trunk/pom.xml
> >> > URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=933052&r1=933051&r2=933052&view=diff
> >> >
> >>
> ==============================================================================
> >> > --- commons/sandbox/convert/trunk/pom.xml
> (original)
> >> > +++ commons/sandbox/convert/trunk/pom.xml Mon
> Apr 12
> >> 00:11:09 2010
> >> > @@ -24,7 +24,7 @@
> >> >
> >>    <version>8</version>
> >> >   </parent>
> >> >   <name>Commons
> >> Convert</name>
> >> > -
> >>
> <artifactId>commons-convert</artifactId>
> >> > + 
> <artifactId>convert</artifactId>
> >>
> >   <version>1.0-SNAPSHOT</version>
> >>
> >   <inceptionYear>2003</inceptionYear>
> >> >   <description>Java Conversion
> >> Utilities</description>
> >>
> >>
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


      

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


Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

Posted by Niall Pemberton <ni...@gmail.com>.
On Mon, Apr 12, 2010 at 2:38 AM, Adrian Crum <ad...@yahoo.com> wrote:
> I would be more than happy to go along with whatever you suggest. All I know is, when I ran mvn site:deploy, the site was deployed to commons/sandbox/commons-convert instead of commons/sandbox/convert, and this change seemed to fix it.

I haven't used "mvn site:deploy" before -  but adding a
<distributionManagement> element for the site works OK for me:

http://svn.apache.org/viewvc?view=revision&revision=933361

Niall

> I'm not a Maven guru, so any pointers would be appreciated!
>
> -Adrian
>
> --- On Sun, 4/11/10, Niall Pemberton <ni...@gmail.com> wrote:
>
>> From: Niall Pemberton <ni...@gmail.com>
>> Subject: Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml
>> To: dev@commons.apache.org
>> Date: Sunday, April 11, 2010, 6:09 PM
>> I think it would be better to find a
>> different way to fix the site
>> deployment issue, rather than changing the artifiactId.
>> This will
>> change the name of the generated jar(s) and IMO it would be
>> better to
>> include "commons" in those artifacts.
>>
>> Niall
>>
>>
>> On Mon, Apr 12, 2010 at 1:11 AM,  <ad...@apache.org>
>> wrote:
>> > Author: adrianc
>> > Date: Mon Apr 12 00:11:09 2010
>> > New Revision: 933052
>> >
>> > URL: http://svn.apache.org/viewvc?rev=933052&view=rev
>> > Log:
>> > Fixed site deployment.
>> >
>> > Modified:
>> >    commons/sandbox/convert/trunk/pom.xml
>> >
>> > Modified: commons/sandbox/convert/trunk/pom.xml
>> > URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=933052&r1=933051&r2=933052&view=diff
>> >
>> ==============================================================================
>> > --- commons/sandbox/convert/trunk/pom.xml (original)
>> > +++ commons/sandbox/convert/trunk/pom.xml Mon Apr 12
>> 00:11:09 2010
>> > @@ -24,7 +24,7 @@
>> >
>>    <version>8</version>
>> >   </parent>
>> >   <name>Commons
>> Convert</name>
>> > -
>> <artifactId>commons-convert</artifactId>
>> > +  <artifactId>convert</artifactId>
>> >   <version>1.0-SNAPSHOT</version>
>> >   <inceptionYear>2003</inceptionYear>
>> >   <description>Java Conversion
>> Utilities</description>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

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


Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

Posted by Adrian Crum <ad...@yahoo.com>.
I would be more than happy to go along with whatever you suggest. All I know is, when I ran mvn site:deploy, the site was deployed to commons/sandbox/commons-convert instead of commons/sandbox/convert, and this change seemed to fix it.

I'm not a Maven guru, so any pointers would be appreciated!

-Adrian

--- On Sun, 4/11/10, Niall Pemberton <ni...@gmail.com> wrote:

> From: Niall Pemberton <ni...@gmail.com>
> Subject: Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml
> To: dev@commons.apache.org
> Date: Sunday, April 11, 2010, 6:09 PM
> I think it would be better to find a
> different way to fix the site
> deployment issue, rather than changing the artifiactId.
> This will
> change the name of the generated jar(s) and IMO it would be
> better to
> include "commons" in those artifacts.
> 
> Niall
> 
> 
> On Mon, Apr 12, 2010 at 1:11 AM,  <ad...@apache.org>
> wrote:
> > Author: adrianc
> > Date: Mon Apr 12 00:11:09 2010
> > New Revision: 933052
> >
> > URL: http://svn.apache.org/viewvc?rev=933052&view=rev
> > Log:
> > Fixed site deployment.
> >
> > Modified:
> >    commons/sandbox/convert/trunk/pom.xml
> >
> > Modified: commons/sandbox/convert/trunk/pom.xml
> > URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=933052&r1=933051&r2=933052&view=diff
> >
> ==============================================================================
> > --- commons/sandbox/convert/trunk/pom.xml (original)
> > +++ commons/sandbox/convert/trunk/pom.xml Mon Apr 12
> 00:11:09 2010
> > @@ -24,7 +24,7 @@
> > 
>    <version>8</version>
> >   </parent>
> >   <name>Commons
> Convert</name>
> > - 
> <artifactId>commons-convert</artifactId>
> > +  <artifactId>convert</artifactId>
> >   <version>1.0-SNAPSHOT</version>
> >   <inceptionYear>2003</inceptionYear>
> >   <description>Java Conversion
> Utilities</description>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


      

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