You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/03/11 18:34:46 UTC

[maven-bug] Updated: (MAVEN-326) jar:deploy-snapshot uses hardcoded group name

The following issue has been updated:

    Updater: Fabian Ritzmann (mailto:fri@frends.com)
       Date: Tue, 11 Mar 2003 11:34 AM
    Comment:
This patch fixes the issue and updates the documentation.
    Changes:
[Attachment] [java.patch] was added

---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-326&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-326


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-326
    Summary: jar:deploy-snapshot uses hardcoded group name
       Type: Bug

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: plugin-java
   Versions:
             1.0-beta-9

   Assignee: Jason van Zyl
   Reporter: Fabian Ritzmann

    Created: Tue, 11 Mar 2003 5:02 AM
    Updated: Tue, 11 Mar 2003 11:34 AM
Environment: SourceForge

Description:
The jar:deploy-snapshot goal tries to perform the following command:

      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp maven ${maven.jar.to.deploy}; ln -sf ${maven.jar.to.deploy} ${pom.artifactId}-SNAPSHOT.jar; echo ${snapshotVersion} > ${pom.artifactId}-snapshot-version"

The chgrp command fails on a site like SourceForge where you can not choose your own group. Making this a configurable property per site (or per project) would solve the issue.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira