You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/03/06 19:20:12 UTC

svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Author: seelmann
Date: Sat Mar  6 18:20:12 2010
New Revision: 919809

URL: http://svn.apache.org/viewvc?rev=919809&view=rev
Log:
Must explicitely define verson 2.5, as skip doesn't work correctly in 2.4

Modified:
    directory/apacheds/trunk-with-dependencies/pom.xml

Modified: directory/apacheds/trunk-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=919809&r1=919808&r2=919809&view=diff
==============================================================================
--- directory/apacheds/trunk-with-dependencies/pom.xml (original)
+++ directory/apacheds/trunk-with-dependencies/pom.xml Sat Mar  6 18:20:12 2010
@@ -39,6 +39,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.5</version>
         <configuration>
           <skip>true</skip>
         </configuration>



Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Stefan Seelmann <se...@apache.org>.
Felix Knecht wrote:
> On 03/06/10 22:42, Stefan Seelmann wrote:
>> Emmanuel Lecharny wrote:
>>>> Another point: apacheds, shared, installers, ldap-client, daemon
>>>> still use project:16 as parent. I think we should update them to
>>>> 17-SNAPSHOT.
>>> Not sure... Check what Alex wrote here :
>>> http://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy
> 
>> Ok, thanks for the pointer. But as you changed the project pom the
>> current build doesn't not use those modification. So I would suggest to
>> release the project pom 17 and update the shared, apacheds etc. before
>> we start the 1.5.6 vote.
> 
> Go ahead.

Done.


Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/06/10 22:42, Stefan Seelmann wrote:
> Emmanuel Lecharny wrote:
>>> Another point: apacheds, shared, installers, ldap-client, daemon
>>> still use project:16 as parent. I think we should update them to
>>> 17-SNAPSHOT.
>> Not sure... Check what Alex wrote here :
>> http://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy
> 
> 
> Ok, thanks for the pointer. But as you changed the project pom the
> current build doesn't not use those modification. So I would suggest to
> release the project pom 17 and update the shared, apacheds etc. before
> we start the 1.5.6 vote.

Go ahead.

Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuTOXwACgkQ2lZVCB08qHE0qQCbBWTSoQJ+WWhBk2nmiIasAU9s
FbUAoO3aiM0w6DwDLxom4GZIP/uEA1Ep
=h3DG
-----END PGP SIGNATURE-----

Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Stefan Seelmann <se...@apache.org>.
Emmanuel Lecharny wrote:
>> Another point: apacheds, shared, installers, ldap-client, daemon still 
>> use project:16 as parent. I think we should update them to 17-SNAPSHOT.
> Not sure... Check what Alex wrote here :
> http://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy 

Ok, thanks for the pointer. But as you changed the project pom the 
current build doesn't not use those modification. So I would suggest to 
release the project pom 17 and update the shared, apacheds etc. before 
we start the 1.5.6 vote.

Kind Regards,
Stefan



Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/06/10 20:15, Emmanuel Lecharny wrote:
> On 3/6/10 7:57 PM, Stefan Seelmann wrote:
>> Emmanuel Lecharny wrote:
>>> Oh, ok then. Do you think that we can have the
>>> trunk-with-dependencies depend from project ?
>>>
>>
>> I tried to add
>>
>> <parent>
>> <groupId>org.apache.directory.project</groupId>
>> <artifactId>project</artifactId>
>> <version>17-SNAPSHOT</version>
>> <relativePath>parent/pom.xml</relativePath>
>> </parent>
>>
>> to the pom and it seems to work. Looks a bit strange as the aggregator
>> uses a sub-module as parent. But maven doesn't complain :-)
>>
>> Another point: apacheds, shared, installers, ldap-client, daemon still
>> use project:16 as parent. I think we should update them to 17-SNAPSHOT.
> Not sure... Check what Alex wrote here :
> http://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy

+1

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuSqogACgkQ2lZVCB08qHH83QCgzSeUCVBPHh327S1fwssntJdG
cOEAniRX+C7gQF0hwlHKphqU0fTvbx/T
=rpoO
-----END PGP SIGNATURE-----

Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Emmanuel Lecharny <el...@gmail.com>.
On 3/6/10 7:57 PM, Stefan Seelmann wrote:
> Emmanuel Lecharny wrote:
>> Oh, ok then. Do you think that we can have the 
>> trunk-with-dependencies depend from project ?
>>
>
> I tried to add
>
> <parent>
> <groupId>org.apache.directory.project</groupId>
> <artifactId>project</artifactId>
> <version>17-SNAPSHOT</version>
> <relativePath>parent/pom.xml</relativePath>
> </parent>
>
> to the pom and it seems to work. Looks a bit strange as the aggregator 
> uses a sub-module as parent. But maven doesn't complain :-)
>
> Another point: apacheds, shared, installers, ldap-client, daemon still 
> use project:16 as parent. I think we should update them to 17-SNAPSHOT.
Not sure... Check what Alex wrote here :
http://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com



Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Stefan Seelmann <se...@apache.org>.
Emmanuel Lecharny wrote:
> Oh, ok then. Do you think that we can have the trunk-with-dependencies 
> depend from project ?
> 

I tried to add

   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
     <version>17-SNAPSHOT</version>
     <relativePath>parent/pom.xml</relativePath>
   </parent>

to the pom and it seems to work. Looks a bit strange as the aggregator 
uses a sub-module as parent. But maven doesn't complain :-)

Another point: apacheds, shared, installers, ldap-client, daemon still 
use project:16 as parent. I think we should update them to 17-SNAPSHOT.

Kind Regards,
Stefan

Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Emmanuel Lecharny <el...@gmail.com>.
On 3/6/10 7:36 PM, Stefan Seelmann wrote:
> Hi Emmanuel,
>
> yes, you are right. However that is the trunk-with-dependencies 
> aggregator pom that doesn't use a the project/pom as parent.
Oh, ok then. Do you think that we can have the trunk-with-dependencies 
depend from project ?

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com



Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Stefan Seelmann <se...@apache.org>.
Hi Emmanuel,

yes, you are right. However that is the trunk-with-dependencies 
aggregator pom that doesn't use a the project/pom as parent.

I just added this because I try to get the trunk-with-dependencies 
checkout running by Continuum at vmbuild.apache.org.

Kind Regards,
Stefan


Emmanuel Lecharny wrote:
> Hi Stefan,
> 
> the plugin version should be defined in the project/pom.xml file, so no 
> need to add it in the may pom.
> 
> On 3/6/10 7:20 PM, seelmann@apache.org wrote:
>> Author: seelmann
>> Date: Sat Mar  6 18:20:12 2010
>> New Revision: 919809
>>
>> URL: http://svn.apache.org/viewvc?rev=919809&view=rev
>> Log:
>> Must explicitely define verson 2.5, as skip doesn't work correctly in 2.4
>>
>> Modified:
>>      directory/apacheds/trunk-with-dependencies/pom.xml
>>
>> Modified: directory/apacheds/trunk-with-dependencies/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=919809&r1=919808&r2=919809&view=diff 
>>
>> ============================================================================== 
>>
>> --- directory/apacheds/trunk-with-dependencies/pom.xml (original)
>> +++ directory/apacheds/trunk-with-dependencies/pom.xml Sat Mar  6 
>> 18:20:12 2010
>> @@ -39,6 +39,7 @@
>>         <plugin>
>>           <groupId>org.apache.maven.plugins</groupId>
>>           <artifactId>maven-deploy-plugin</artifactId>
>> +<version>2.5</version>
>>           <configuration>
>>             <skip>true</skip>
>>           </configuration>
>>
>>
>>
>>    
> 
> 


Re: svn commit: r919809 - /directory/apacheds/trunk-with-dependencies/pom.xml

Posted by Emmanuel Lecharny <el...@gmail.com>.
Hi Stefan,

the plugin version should be defined in the project/pom.xml file, so no 
need to add it in the may pom.

On 3/6/10 7:20 PM, seelmann@apache.org wrote:
> Author: seelmann
> Date: Sat Mar  6 18:20:12 2010
> New Revision: 919809
>
> URL: http://svn.apache.org/viewvc?rev=919809&view=rev
> Log:
> Must explicitely define verson 2.5, as skip doesn't work correctly in 2.4
>
> Modified:
>      directory/apacheds/trunk-with-dependencies/pom.xml
>
> Modified: directory/apacheds/trunk-with-dependencies/pom.xml
> URL: http://svn.apache.org/viewvc/directory/apacheds/trunk-with-dependencies/pom.xml?rev=919809&r1=919808&r2=919809&view=diff
> ==============================================================================
> --- directory/apacheds/trunk-with-dependencies/pom.xml (original)
> +++ directory/apacheds/trunk-with-dependencies/pom.xml Sat Mar  6 18:20:12 2010
> @@ -39,6 +39,7 @@
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-deploy-plugin</artifactId>
> +<version>2.5</version>
>           <configuration>
>             <skip>true</skip>
>           </configuration>
>
>
>
>    


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com