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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/01 06:08:03 UTC

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

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: John Vines
            Priority: Minor


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

        

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

Posted by "David Medinets (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Medinets closed ACCUMULO-437.
-----------------------------------

    
> 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

        

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

Posted by "John Vines (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines resolved ACCUMULO-437.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0-SNAPSHOT
    
> 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: John Vines
>            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

        

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

Posted by "David Medinets (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Medinets resolved ACCUMULO-437.
-------------------------------------

    Resolution: Fixed

Changed artifactId to project.artifactId in src/assemble/pom.xml
                
> 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

        

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

Posted by "David Medinets (Reopened) (JIRA)" <ji...@apache.org>.
     [ 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