You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2007/11/15 16:51:24 UTC

Re: svn commit: r595283 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

You need to add an <scm> element when you update to maven-plugins:10.

vsiveton@apache.org wrote:
> Author: vsiveton
> Date: Thu Nov 15 04:09:48 2007
> New Revision: 595283
> 
> URL: http://svn.apache.org/viewvc?rev=595283&view=rev
> Log:
> o bumped to maven-plugins:10
> o removed junit dependency
> 
> Modified:
>     maven/plugins/trunk/maven-clean-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48 2007
> @@ -22,9 +22,9 @@
>    <modelVersion>4.0.0</modelVersion>
>  
>    <parent>
> -    <artifactId>maven-plugins</artifactId>
>      <groupId>org.apache.maven.plugins</groupId>
> -    <version>8</version>
> +    <artifactId>maven-plugins</artifactId>
> +    <version>10</version>
>    </parent>
>  
>    <artifactId>maven-clean-plugin</artifactId>
> @@ -68,12 +68,6 @@
>      </dependency>
>  
>      <!-- Test -->
> -    <dependency>
> -      <groupId>junit</groupId>
> -      <artifactId>junit</artifactId>
> -      <version>3.8.1</version>
> -      <scope>test</scope>
> -    </dependency>
>      <dependency>
>        <groupId>org.apache.maven.shared</groupId>
>        <artifactId>maven-plugin-testing-harness</artifactId>
> 
> 
> 


-- 
Dennis Lundberg

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


Re: svn commit: r595283 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Arnaud HERITIER wrote:
> Ok, I didn't see this thread.

It seems that nobody did :-(

> 2 things :
> 1) Is it already fixed in the release plugin ?

I don't even know if it is a bug in the release plugin

> 2) If it's not fixed, can't we release manually a version 11 of the
> plugin-parent pom ?

We could. But, as you say, it must be done manually. If the 
release-plugin is used we get that extra directory level in the scm 
elements that we don't want.

> 
> Arnaud
> 
> On Nov 18, 2007 7:12 PM, Dennis Lundberg <de...@apache.org> wrote:
> 
>> See my post to this list on October 28. titled "Problems with
>> plugin-parent-10".
>>
>> Where do we want it documented?
>> I can write something up.
>>
>> Arnaud HERITIER wrote:
>>> Why ?
>>> is it documented somewhere ?
>>>
>>> On Nov 15, 2007 4:51 PM, Dennis Lundberg <de...@apache.org> wrote:
>>>
>>>> You need to add an <scm> element when you update to maven-plugins:10.
>>>>
>>>> vsiveton@apache.org wrote:
>>>>> Author: vsiveton
>>>>> Date: Thu Nov 15 04:09:48 2007
>>>>> New Revision: 595283
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=595283&view=rev
>>>>> Log:
>>>>> o bumped to maven-plugins:10
>>>>> o removed junit dependency
>>>>>
>>>>> Modified:
>>>>>     maven/plugins/trunk/maven-clean-plugin/pom.xml
>>>>>
>>>>> Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
>>>>> URL:
>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
>> ==============================================================================
>>>>> --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
>>>>> +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48
>>>> 2007
>>>>> @@ -22,9 +22,9 @@
>>>>>    <modelVersion>4.0.0</modelVersion>
>>>>>
>>>>>    <parent>
>>>>> -    <artifactId>maven-plugins</artifactId>
>>>>>      <groupId>org.apache.maven.plugins</groupId>
>>>>> -    <version>8</version>
>>>>> +    <artifactId>maven-plugins</artifactId>
>>>>> +    <version>10</version>
>>>>>    </parent>
>>>>>
>>>>>    <artifactId>maven-clean-plugin</artifactId>
>>>>> @@ -68,12 +68,6 @@
>>>>>      </dependency>
>>>>>
>>>>>      <!-- Test -->
>>>>> -    <dependency>
>>>>> -      <groupId>junit</groupId>
>>>>> -      <artifactId>junit</artifactId>
>>>>> -      <version>3.8.1</version>
>>>>> -      <scope>test</scope>
>>>>> -    </dependency>
>>>>>      <dependency>
>>>>>        <groupId>org.apache.maven.shared</groupId>
>>>>>        <artifactId>maven-plugin-testing-harness</artifactId>
>>>>>
>>>>>
>>>>>
>>>> --
>>>> Dennis Lundberg
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>
>>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 


-- 
Dennis Lundberg

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


Re: svn commit: r595283 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
Ok, I didn't see this thread.

2 things :
1) Is it already fixed in the release plugin ?
2) If it's not fixed, can't we release manually a version 11 of the
plugin-parent pom ?

Arnaud

On Nov 18, 2007 7:12 PM, Dennis Lundberg <de...@apache.org> wrote:

> See my post to this list on October 28. titled "Problems with
> plugin-parent-10".
>
> Where do we want it documented?
> I can write something up.
>
> Arnaud HERITIER wrote:
> > Why ?
> > is it documented somewhere ?
> >
> > On Nov 15, 2007 4:51 PM, Dennis Lundberg <de...@apache.org> wrote:
> >
> >> You need to add an <scm> element when you update to maven-plugins:10.
> >>
> >> vsiveton@apache.org wrote:
> >>> Author: vsiveton
> >>> Date: Thu Nov 15 04:09:48 2007
> >>> New Revision: 595283
> >>>
> >>> URL: http://svn.apache.org/viewvc?rev=595283&view=rev
> >>> Log:
> >>> o bumped to maven-plugins:10
> >>> o removed junit dependency
> >>>
> >>> Modified:
> >>>     maven/plugins/trunk/maven-clean-plugin/pom.xml
> >>>
> >>> Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
> >>> URL:
> >>
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
> >>
> ==============================================================================
> >>> --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
> >>> +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48
> >> 2007
> >>> @@ -22,9 +22,9 @@
> >>>    <modelVersion>4.0.0</modelVersion>
> >>>
> >>>    <parent>
> >>> -    <artifactId>maven-plugins</artifactId>
> >>>      <groupId>org.apache.maven.plugins</groupId>
> >>> -    <version>8</version>
> >>> +    <artifactId>maven-plugins</artifactId>
> >>> +    <version>10</version>
> >>>    </parent>
> >>>
> >>>    <artifactId>maven-clean-plugin</artifactId>
> >>> @@ -68,12 +68,6 @@
> >>>      </dependency>
> >>>
> >>>      <!-- Test -->
> >>> -    <dependency>
> >>> -      <groupId>junit</groupId>
> >>> -      <artifactId>junit</artifactId>
> >>> -      <version>3.8.1</version>
> >>> -      <scope>test</scope>
> >>> -    </dependency>
> >>>      <dependency>
> >>>        <groupId>org.apache.maven.shared</groupId>
> >>>        <artifactId>maven-plugin-testing-harness</artifactId>
> >>>
> >>>
> >>>
> >>
> >> --
> >> Dennis Lundberg
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: svn commit: r595283 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
See my post to this list on October 28. titled "Problems with 
plugin-parent-10".

Where do we want it documented?
I can write something up.

Arnaud HERITIER wrote:
> Why ?
> is it documented somewhere ?
> 
> On Nov 15, 2007 4:51 PM, Dennis Lundberg <de...@apache.org> wrote:
> 
>> You need to add an <scm> element when you update to maven-plugins:10.
>>
>> vsiveton@apache.org wrote:
>>> Author: vsiveton
>>> Date: Thu Nov 15 04:09:48 2007
>>> New Revision: 595283
>>>
>>> URL: http://svn.apache.org/viewvc?rev=595283&view=rev
>>> Log:
>>> o bumped to maven-plugins:10
>>> o removed junit dependency
>>>
>>> Modified:
>>>     maven/plugins/trunk/maven-clean-plugin/pom.xml
>>>
>>> Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
>>> URL:
>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
>> ==============================================================================
>>> --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
>>> +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48
>> 2007
>>> @@ -22,9 +22,9 @@
>>>    <modelVersion>4.0.0</modelVersion>
>>>
>>>    <parent>
>>> -    <artifactId>maven-plugins</artifactId>
>>>      <groupId>org.apache.maven.plugins</groupId>
>>> -    <version>8</version>
>>> +    <artifactId>maven-plugins</artifactId>
>>> +    <version>10</version>
>>>    </parent>
>>>
>>>    <artifactId>maven-clean-plugin</artifactId>
>>> @@ -68,12 +68,6 @@
>>>      </dependency>
>>>
>>>      <!-- Test -->
>>> -    <dependency>
>>> -      <groupId>junit</groupId>
>>> -      <artifactId>junit</artifactId>
>>> -      <version>3.8.1</version>
>>> -      <scope>test</scope>
>>> -    </dependency>
>>>      <dependency>
>>>        <groupId>org.apache.maven.shared</groupId>
>>>        <artifactId>maven-plugin-testing-harness</artifactId>
>>>
>>>
>>>
>>
>> --
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 


-- 
Dennis Lundberg

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


Re: svn commit: r595283 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
Why ?
is it documented somewhere ?

On Nov 15, 2007 4:51 PM, Dennis Lundberg <de...@apache.org> wrote:

> You need to add an <scm> element when you update to maven-plugins:10.
>
> vsiveton@apache.org wrote:
> > Author: vsiveton
> > Date: Thu Nov 15 04:09:48 2007
> > New Revision: 595283
> >
> > URL: http://svn.apache.org/viewvc?rev=595283&view=rev
> > Log:
> > o bumped to maven-plugins:10
> > o removed junit dependency
> >
> > Modified:
> >     maven/plugins/trunk/maven-clean-plugin/pom.xml
> >
> > Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
> > URL:
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
> >
> ==============================================================================
> > --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
> > +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48
> 2007
> > @@ -22,9 +22,9 @@
> >    <modelVersion>4.0.0</modelVersion>
> >
> >    <parent>
> > -    <artifactId>maven-plugins</artifactId>
> >      <groupId>org.apache.maven.plugins</groupId>
> > -    <version>8</version>
> > +    <artifactId>maven-plugins</artifactId>
> > +    <version>10</version>
> >    </parent>
> >
> >    <artifactId>maven-clean-plugin</artifactId>
> > @@ -68,12 +68,6 @@
> >      </dependency>
> >
> >      <!-- Test -->
> > -    <dependency>
> > -      <groupId>junit</groupId>
> > -      <artifactId>junit</artifactId>
> > -      <version>3.8.1</version>
> > -      <scope>test</scope>
> > -    </dependency>
> >      <dependency>
> >        <groupId>org.apache.maven.shared</groupId>
> >        <artifactId>maven-plugin-testing-harness</artifactId>
> >
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................