You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/12/18 02:02:00 UTC

[jira] Created: (MYFACES-3003) Cleanup and refactor poms

Cleanup and refactor poms
-------------------------

                 Key: MYFACES-3003
                 URL: https://issues.apache.org/jira/browse/MYFACES-3003
             Project: MyFaces Core
          Issue Type: Task
          Components: build process
    Affects Versions: 2.0.3
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


Our pom.xml files grew over time and are on some parts really messy by now.

Things which should be changed:
  - there is no clear structure in the pom files. we should have 4-space indenting, but currently we have 2 and 4-space mixed all over the files.
  - get rid of javax.* dependencies and use Apache Geronimo specs instead (thus avoiding java.net or jboss repos)
  - get rid of unused repositories
  - use dependencyManagement in myfaces-core-project to manage the dependencies of all our modules by version and scope and thus avoiding using multiple versions in different modules
  - use pluginManagement for plugin versions
  - check for duplicate definitions (e.g. Apache snapshot repo already comes from apache-parent)
....

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


[jira] Resolved: (MYFACES-3003) Cleanup and refactor poms

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved MYFACES-3003.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.4

imo this got fixed in 2.0.4 already

> Cleanup and refactor poms
> -------------------------
>
>                 Key: MYFACES-3003
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3003
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: build process
>    Affects Versions: 2.0.3
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>             Fix For: 2.0.4
>
>
> Our pom.xml files grew over time and are on some parts really messy by now.
> Things which should be changed:
>   - there is no clear structure in the pom files. we should have 4-space indenting, but currently we have 2 and 4-space mixed all over the files.
>   - get rid of javax.* dependencies and use Apache Geronimo specs instead (thus avoiding java.net or jboss repos)
>   - get rid of unused repositories
>   - use dependencyManagement in myfaces-core-project to manage the dependencies of all our modules by version and scope and thus avoiding using multiple versions in different modules
>   - use pluginManagement for plugin versions
>   - check for duplicate definitions (e.g. Apache snapshot repo already comes from apache-parent)
> ....

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MYFACES-3003) Cleanup and refactor poms

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972717#action_12972717 ] 

Mark Struberg commented on MYFACES-3003:
----------------------------------------

+ use versions-maven-plugin to detect potentially old plugins and 3rd-party jars

mvn versions:display-dependency-updates
mvn versions:display-plugin-updates

> Cleanup and refactor poms
> -------------------------
>
>                 Key: MYFACES-3003
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3003
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: build process
>    Affects Versions: 2.0.3
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>
> Our pom.xml files grew over time and are on some parts really messy by now.
> Things which should be changed:
>   - there is no clear structure in the pom files. we should have 4-space indenting, but currently we have 2 and 4-space mixed all over the files.
>   - get rid of javax.* dependencies and use Apache Geronimo specs instead (thus avoiding java.net or jboss repos)
>   - get rid of unused repositories
>   - use dependencyManagement in myfaces-core-project to manage the dependencies of all our modules by version and scope and thus avoiding using multiple versions in different modules
>   - use pluginManagement for plugin versions
>   - check for duplicate definitions (e.g. Apache snapshot repo already comes from apache-parent)
> ....

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