jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 1.x Ear Plugin
  • MPEAR-6

Filename in /target and repository differ

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Won't Fix
  • Affects Version/s: 1.2
  • Fix Version/s: 1.3
  • Labels:
    None

Description

I changed maven.final.name in project.properties and built the EAR.

=> ${maven.final.name}.ear in /target

Running ear:install copies this file to MavenRepoLocal/.../${pom.artifactId}.ear

=> Different file names

The target filename is generated in org.apache.maven.artifact.deployer.DefaultArtifactDeployer.getRepositoryFullPath(...) and doesn't depends on ${maven.final.name}.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
dion gillard added a comment - 21/Oct/03 9:10 PM

It should copy it to

repo/${pom.groupId}/ears/${pom.artifactId}-${pom.currentVersion}.ear

Show
dion gillard added a comment - 21/Oct/03 9:10 PM It should copy it to repo/${pom.groupId}/ears/${pom.artifactId}-${pom.currentVersion}.ear
Hide
Permalink
dion gillard added a comment - 09/Nov/03 9:47 AM

I believe this is the correct behaviour. Unversioned files don't go in the repo

Show
dion gillard added a comment - 09/Nov/03 9:47 AM I believe this is the correct behaviour. Unversioned files don't go in the repo

People

  • Assignee:
    Unassigned
    Reporter:
    Christian Mouttet
Vote (0)
Watch (0)

Dates

  • Created:
    21/Oct/03 7:56 AM
    Updated:
    16/Nov/03 11:49 AM
    Resolved:
    09/Nov/03 9:48 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.