You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Anonymous (JIRA)" <ji...@apache.org> on 2013/04/16 23:25:17 UTC

[jira] [Updated] (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 ]

Anonymous updated ACCUMULO-437:
-------------------------------

    Status: Resolved  (was: Closed)
    
> 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
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira