[postgis-tickets] [PostGIS] #2625: pom.xml enhancments necessary
PostGIS
trac at osgeo.org
Fri Jan 31 04:33:07 PST 2014
#2625: pom.xml enhancments necessary
-------------------------+--------------------------------------------------
Reporter: bergun | Owner: bergun
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: java | Version: 2.1.x
Keywords: |
-------------------------+--------------------------------------------------
As the below Warnings indicate we need to update pom.xml to be compatible
with future versions of maven. I will fix this for jdbc and jts parser
projetcs.
{{{
[WARNING] Some problems were encountered while building the effective
model for org.postgis:postgis-jdbc:jar:2.1.0SVN
[WARNING] 'version' contains an expression but should be a constant. @
org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 8, column 11
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins
:maven-javadoc-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 127, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins
:maven-dependency-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 130, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins
:maven-project-info-reports-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 133, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins
:maven-surefire-report-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 136, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo
:findbugs-maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 139, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo
:javancss-maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 143, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo
:jdepend-maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 147, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-
maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 151, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo
:taglist-maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 155, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo
:versions-maven-plugin is missing. @ org.postgis:postgis-
jdbc:${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION},
/storage/software/postgis/postgis/java/jdbc/pom.xml, line 159, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2625>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list