You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Dennis Lundberg <de...@apache.org> on 2011/01/13 18:39:32 UTC

Re: svn commit: r1058381 - /incubator/npanday/trunk/pom.xml

Hi

Did you mean to remove apache-rat-plugin?

On 2011-01-13 01:59, jocaba@apache.org wrote:
> Author: jocaba
> Date: Thu Jan 13 00:59:20 2011
> New Revision: 1058381
> 
> URL: http://svn.apache.org/viewvc?rev=1058381&view=rev
> Log:
> [NPANDAY-342] deploy sources artifacts to npanday asset repo
> 
> Also added maven-source-plugin to the npanday-release profile
> 
> Modified:
>     incubator/npanday/trunk/pom.xml
> 
> Modified: incubator/npanday/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1058381&r1=1058380&r2=1058381&view=diff
> ==============================================================================
> --- incubator/npanday/trunk/pom.xml (original)
> +++ incubator/npanday/trunk/pom.xml Thu Jan 13 00:59:20 2011
> @@ -510,7 +510,20 @@ under the License.
>                  </goals> 
>                </execution> 
>              </executions> 
> -          </plugin>  
> +          </plugin>
> +          <plugin>
> +            <groupId>org.apache.maven.plugins</groupId>
> +            <artifactId>maven-source-plugin</artifactId>
> +            <version>2.1.2</version>
> +            <executions>
> +              <execution>
> +                <id>attach-sources</id>
> +                <goals>
> +                  <goal>jar-no-fork</goal>
> +                </goals>
> +              </execution>
> +            </executions>
> +          </plugin>
>            <plugin>
>              <groupId>org.apache.maven.plugins</groupId>
>              <artifactId>maven-gpg-plugin</artifactId>
> @@ -544,25 +557,6 @@ under the License.
>                </execution>
>              </executions>
>            </plugin>
> -          <plugin>
> -            <groupId>org.apache.rat</groupId>
> -            <artifactId>apache-rat-plugin</artifactId>
> -            <version>0.7</version>
> -            <executions>
> -              <execution>
> -                <phase>verify</phase>
> -                <goals>
> -                  <goal>check</goal>
> -                </goals>
> -              </execution>
> -            </executions>
> -			<configuration>
> -              <excludes>
> -                <exclude>**/**.properties</exclude>
> -                <exclude>**/**.resx</exclude>
> -              </excludes>
> -            </configuration>
> -          </plugin>
>          </plugins> 
>        </build>
>      </profile>
> 
> 
> 


-- 
Dennis Lundberg

Re: svn commit: r1058381 - /incubator/npanday/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
On 2011-01-14 02:49, Josimpson Ocaba wrote:
> 
> ----- "Dennis Lundberg" <de...@apache.org> wrote:
> 
>> Hi
>>
>> Did you mean to remove apache-rat-plugin?
> 
> Yup, it apache-rat-plugin was written twice that is why I removed one of them.

OK, cool.

>> On 2011-01-13 01:59, jocaba@apache.org wrote:
>>> Author: jocaba
>>> Date: Thu Jan 13 00:59:20 2011
>>> New Revision: 1058381
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1058381&view=rev
>>> Log:
>>> [NPANDAY-342] deploy sources artifacts to npanday asset repo
>>>
>>> Also added maven-source-plugin to the npanday-release profile
>>>
>>> Modified:
>>>     incubator/npanday/trunk/pom.xml
>>>
>>> Modified: incubator/npanday/trunk/pom.xml
>>> URL:
>> http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1058381&r1=1058380&r2=1058381&view=diff
>>>
>> ==============================================================================
>>> --- incubator/npanday/trunk/pom.xml (original)
>>> +++ incubator/npanday/trunk/pom.xml Thu Jan 13 00:59:20 2011
>>> @@ -510,7 +510,20 @@ under the License.
>>>                  </goals> 
>>>                </execution> 
>>>              </executions> 
>>> -          </plugin>  
>>> +          </plugin>
>>> +          <plugin>
>>> +            <groupId>org.apache.maven.plugins</groupId>
>>> +            <artifactId>maven-source-plugin</artifactId>
>>> +            <version>2.1.2</version>
>>> +            <executions>
>>> +              <execution>
>>> +                <id>attach-sources</id>
>>> +                <goals>
>>> +                  <goal>jar-no-fork</goal>
>>> +                </goals>
>>> +              </execution>
>>> +            </executions>
>>> +          </plugin>
>>>            <plugin>
>>>              <groupId>org.apache.maven.plugins</groupId>
>>>              <artifactId>maven-gpg-plugin</artifactId>
>>> @@ -544,25 +557,6 @@ under the License.
>>>                </execution>
>>>              </executions>
>>>            </plugin>
>>> -          <plugin>
>>> -            <groupId>org.apache.rat</groupId>
>>> -            <artifactId>apache-rat-plugin</artifactId>
>>> -            <version>0.7</version>
>>> -            <executions>
>>> -              <execution>
>>> -                <phase>verify</phase>
>>> -                <goals>
>>> -                  <goal>check</goal>
>>> -                </goals>
>>> -              </execution>
>>> -            </executions>
>>> -			<configuration>
>>> -              <excludes>
>>> -                <exclude>**/**.properties</exclude>
>>> -                <exclude>**/**.resx</exclude>
>>> -              </excludes>
>>> -            </configuration>
>>> -          </plugin>
>>>          </plugins> 
>>>        </build>
>>>      </profile>
>>>
>>>
>>>
>>
>>
>> -- 
>> Dennis Lundberg
> 


-- 
Dennis Lundberg

Re: svn commit: r1058381 - /incubator/npanday/trunk/pom.xml

Posted by Josimpson Ocaba <jo...@maestrodev.com>.
----- "Dennis Lundberg" <de...@apache.org> wrote:

> Hi
> 
> Did you mean to remove apache-rat-plugin?

Yup, it apache-rat-plugin was written twice that is why I removed one of them.

> On 2011-01-13 01:59, jocaba@apache.org wrote:
> > Author: jocaba
> > Date: Thu Jan 13 00:59:20 2011
> > New Revision: 1058381
> > 
> > URL: http://svn.apache.org/viewvc?rev=1058381&view=rev
> > Log:
> > [NPANDAY-342] deploy sources artifacts to npanday asset repo
> > 
> > Also added maven-source-plugin to the npanday-release profile
> > 
> > Modified:
> >     incubator/npanday/trunk/pom.xml
> > 
> > Modified: incubator/npanday/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1058381&r1=1058380&r2=1058381&view=diff
> >
> ==============================================================================
> > --- incubator/npanday/trunk/pom.xml (original)
> > +++ incubator/npanday/trunk/pom.xml Thu Jan 13 00:59:20 2011
> > @@ -510,7 +510,20 @@ under the License.
> >                  </goals> 
> >                </execution> 
> >              </executions> 
> > -          </plugin>  
> > +          </plugin>
> > +          <plugin>
> > +            <groupId>org.apache.maven.plugins</groupId>
> > +            <artifactId>maven-source-plugin</artifactId>
> > +            <version>2.1.2</version>
> > +            <executions>
> > +              <execution>
> > +                <id>attach-sources</id>
> > +                <goals>
> > +                  <goal>jar-no-fork</goal>
> > +                </goals>
> > +              </execution>
> > +            </executions>
> > +          </plugin>
> >            <plugin>
> >              <groupId>org.apache.maven.plugins</groupId>
> >              <artifactId>maven-gpg-plugin</artifactId>
> > @@ -544,25 +557,6 @@ under the License.
> >                </execution>
> >              </executions>
> >            </plugin>
> > -          <plugin>
> > -            <groupId>org.apache.rat</groupId>
> > -            <artifactId>apache-rat-plugin</artifactId>
> > -            <version>0.7</version>
> > -            <executions>
> > -              <execution>
> > -                <phase>verify</phase>
> > -                <goals>
> > -                  <goal>check</goal>
> > -                </goals>
> > -              </execution>
> > -            </executions>
> > -			<configuration>
> > -              <excludes>
> > -                <exclude>**/**.properties</exclude>
> > -                <exclude>**/**.resx</exclude>
> > -              </excludes>
> > -            </configuration>
> > -          </plugin>
> >          </plugins> 
> >        </build>
> >      </profile>
> > 
> > 
> > 
> 
> 
> -- 
> Dennis Lundberg