You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by "Martin Desruisseaux (JIRA)" <ji...@apache.org> on 2012/08/31 17:19:08 UTC

[jira] [Created] (SIS-56) Merge parent-sis with root pom.xml and configure

Martin Desruisseaux created SIS-56:
--------------------------------------

             Summary: Merge parent-sis with root pom.xml and configure
                 Key: SIS-56
                 URL: https://issues.apache.org/jira/browse/SIS-56
             Project: Spatial Information Systems
          Issue Type: Improvement
          Components: build process
    Affects Versions: 0.3-incubating
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux


This is a proposal to modify the Maven build configuration as below:

* Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
* Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
* Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
* Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
* Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.
* Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
* Provide style sheet for the javadoc and the web site.

The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Work started] (SIS-56) Merge parent-sis with root pom.xml and configure

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

Work on SIS-56 started by Martin Desruisseaux.

> Merge parent-sis with root pom.xml and configure
> ------------------------------------------------
>
>                 Key: SIS-56
>                 URL: https://issues.apache.org/jira/browse/SIS-56
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: build process
>    Affects Versions: 0.3-incubating
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>
> This is a proposal to modify the Maven build configuration as below:
> * Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
> * Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
> * Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
> * Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
> * Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.
> * Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
> * Provide style sheet for the javadoc and the web site.
> The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SIS-56) Merge parent-sis with root pom.xml and configure

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

Martin Desruisseaux updated SIS-56:
-----------------------------------

    Description: 
This is a proposal to modify the Maven build configuration as below:

* Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
* Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
* Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
* Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
* -Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.-
* Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
* Provide style sheet for the javadoc and the web site.

The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.


  was:
This is a proposal to modify the Maven build configuration as below:

* Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
* Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
* Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
* Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
* Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.
* Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
* Provide style sheet for the javadoc and the web site.

The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.


    
> Merge parent-sis with root pom.xml and configure
> ------------------------------------------------
>
>                 Key: SIS-56
>                 URL: https://issues.apache.org/jira/browse/SIS-56
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: build process
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>             Fix For: 0.3-incubating
>
>
> This is a proposal to modify the Maven build configuration as below:
> * Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
> * Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
> * Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
> * Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
> * -Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.-
> * Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
> * Provide style sheet for the javadoc and the web site.
> The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SIS-56) Merge parent-sis with root pom.xml and configure

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SIS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated SIS-56:
---------------------------------

    Affects Version/s:     (was: 0.3-incubating)
        Fix Version/s: 0.3-incubating

- fix version is the version we want to fix the issue in, and affects version only applies to released versions.
                
> Merge parent-sis with root pom.xml and configure
> ------------------------------------------------
>
>                 Key: SIS-56
>                 URL: https://issues.apache.org/jira/browse/SIS-56
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: build process
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>             Fix For: 0.3-incubating
>
>
> This is a proposal to modify the Maven build configuration as below:
> * Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
> * Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
> * Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
> * Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
> * Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.
> * Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
> * Provide style sheet for the javadoc and the web site.
> The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SIS-56) Merge parent-sis with root pom.xml and configure

Posted by "Martin Desruisseaux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SIS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451567#comment-13451567 ] 

Martin Desruisseaux commented on SIS-56:
----------------------------------------

Removed the {{<reporting>}} section change from the list of tasks since, according Maven documentation, the proposed replacement is not yet ready.

                
> Merge parent-sis with root pom.xml and configure
> ------------------------------------------------
>
>                 Key: SIS-56
>                 URL: https://issues.apache.org/jira/browse/SIS-56
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: build process
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>             Fix For: 0.3-incubating
>
>
> This is a proposal to modify the Maven build configuration as below:
> * Merge the {{sis-parent/pom.xml}} file with the root {{pom.xml}} file, for simplifying a little bit the system.
> * Upgrade the {{org.apache.apache}} parent from version 7 to version 10.
> * Add a {{<pluginManagement>}} section for the missing declaration of plugins version, namely {{maven-javadoc-plugin}}, {{maven-jxr-plugin}}, {{maven-surefire-report-plugin}} and {{maven-pmd-plugin}}. This would resolve the warnings at building time.
> * Move the version declaration of {{maven-bundle-plugin}} (currently repeated in every modules) to the above cited {{<pluginManagement>}} section.
> * -Move the {{<reporting>}} section, which is now deprecated, to the {{<configuration>}} section of the {{maven-site-plugin}} plugin.-
> * Configure the javadoc plugin: links to external API, custom tags, overview page, package grouping.
> * Provide style sheet for the javadoc and the web site.
> The new build configuration needs to provide at least the functionality working in the current configuration for the following goals: {{compile}}, {{test}}, {{install}}, {{site}}, {{deploy}} and {{release}}. I don't know however how to test the {{release}} goal without performing a real release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira