You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "David Medinets (Reopened) (JIRA)" <ji...@apache.org> on 2012/03/05 03:33:00 UTC

[jira] [Reopened] (ACCUMULO-437) Use ${project.artifactId} instead of ${artifactId} in pom.xml

     [ https://issues.apache.org/jira/browse/ACCUMULO-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Medinets reopened ACCUMULO-437:
-------------------------------------

      Assignee: David Medinets  (was: John Vines)

src/assemble/pom.xml still references ${artifactId} on lines 269, 364, and 404. I will change those lines and commit.
                
> Use ${project.artifactId} instead of ${artifactId} in pom.xml
> -------------------------------------------------------------
>
>                 Key: ACCUMULO-437
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-437
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>              Labels: build, pom
>             Fix For: 1.5.0-SNAPSHOT
>
>
> I am seeing the following warning:
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-assemble:pom:1.5.0-incubating-SNAPSHOT
> [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.accumulo-assemble:pom
> In pom.xml, I see the following:
>  215: <deb>${project.build.directory}/${artifactId}_${project.version}.deb</deb>
>  310: <deb>${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb</deb>
>  350: <deb>${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb</deb>
> In src/assemble/pom.xml, I see the following lines:
>  269: <deb>${project.build.directory}/${artifactId}_${project.version}.deb</deb>
>  364: <deb>${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb</deb>
>  404: <deb>${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb</deb>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira