You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/12/31 09:03:29 UTC

[jira] Created: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.

Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.
-----------------------------------------------------------------------

                 Key: SLING-1259
                 URL: https://issues.apache.org/jira/browse/SLING-1259
             Project: Sling
          Issue Type: Improvement
          Components: General
    Affects Versions: Parent 8
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler


I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions

We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
- Remove the version from the javadoc plugin - use the version from parent pom
- Remove the version from the enforcer plugin - use the version from the parent pom
- Remove the definition of the maven assembly plugin - it's already in the parent pom
- Remove our own configuration for the assembly plugin

We should also update the following plugin version
- changes plugin from 2.1 to 2.3


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-1259.
-----------------------------------


> Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.
> ----------------------------------------------------------------------
>
>                 Key: SLING-1259
>                 URL: https://issues.apache.org/jira/browse/SLING-1259
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Parent 9
>
>
> I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
> 2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions
> We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
> - Remove the version from the javadoc plugin - use the version from parent pom
> - Remove the version from the enforcer plugin - use the version from the parent pom
> - Remove the definition of the maven assembly plugin - it's already in the parent pom
> - Remove our own configuration for the assembly plugin
> We should also update the following plugin version
> - changes plugin from 2.1 to 2.3

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler updated SLING-1259:
------------------------------------

    Summary: Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.  (was: Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.)

> Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.
> ----------------------------------------------------------------------
>
>                 Key: SLING-1259
>                 URL: https://issues.apache.org/jira/browse/SLING-1259
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
> 2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions
> We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
> - Remove the version from the javadoc plugin - use the version from parent pom
> - Remove the version from the enforcer plugin - use the version from the parent pom
> - Remove the definition of the maven assembly plugin - it's already in the parent pom
> - Remove our own configuration for the assembly plugin
> We should also update the following plugin version
> - changes plugin from 2.1 to 2.3

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795563#action_12795563 ] 

Carsten Ziegeler commented on SLING-1259:
-----------------------------------------

I think Maven 2.2.1 is the better version, however I'm not sure if we can force everyone who wants to build Sling to upgrade Maven to that version.
On the other hand, people really should use 2.2.1 and not 2.0.x :) Therefore I think we should go directly to 2.2.1, good idea :)

> Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.
> -----------------------------------------------------------------------
>
>                 Key: SLING-1259
>                 URL: https://issues.apache.org/jira/browse/SLING-1259
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
> 2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions
> We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
> - Remove the version from the javadoc plugin - use the version from parent pom
> - Remove the version from the enforcer plugin - use the version from the parent pom
> - Remove the definition of the maven assembly plugin - it's already in the parent pom
> - Remove our own configuration for the assembly plugin
> We should also update the following plugin version
> - changes plugin from 2.1 to 2.3

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1259.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: Parent 9

I've updated the pom as outlined above - the maven version required is now 2.2.1.
In addition I've updated the junit and jmock dependencies.

> Update parent pom: Use new Apache Parent POM, require maven 2.2.1 etc.
> ----------------------------------------------------------------------
>
>                 Key: SLING-1259
>                 URL: https://issues.apache.org/jira/browse/SLING-1259
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Parent 9
>
>
> I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
> 2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions
> We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
> - Remove the version from the javadoc plugin - use the version from parent pom
> - Remove the version from the enforcer plugin - use the version from the parent pom
> - Remove the definition of the maven assembly plugin - it's already in the parent pom
> - Remove our own configuration for the assembly plugin
> We should also update the following plugin version
> - changes plugin from 2.1 to 2.3

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1259) Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795560#action_12795560 ] 

Felix Meschberger commented on SLING-1259:
------------------------------------------

+1 to all.

As a side note: How about requiring Maven 2.2.1 ?

> Update parent pom: Use new Apache Parent POM, require maven 2.0.10 etc.
> -----------------------------------------------------------------------
>
>                 Key: SLING-1259
>                 URL: https://issues.apache.org/jira/browse/SLING-1259
>             Project: Sling
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: Parent 8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> I think we should require Maven 2.0.10 as a minimum version as this version is the first version handling defined dependencies in the order they are defined in the pom on all machines. This avoids difference in the dependency order between users.
> 2.0.10 is out for a long time now and people should really use this version and not one of the older 2.0.x versions
> We should update to the latest apache parent pom, version 7 - with this update we can clean up our pom:
> - Remove the version from the javadoc plugin - use the version from parent pom
> - Remove the version from the enforcer plugin - use the version from the parent pom
> - Remove the definition of the maven assembly plugin - it's already in the parent pom
> - Remove our own configuration for the assembly plugin
> We should also update the following plugin version
> - changes plugin from 2.1 to 2.3

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.