[jira] [Commented] (MPOM-47) Source release assembly can't do tar.gz only

2015-09-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPOM-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933883#comment-14933883
 ] 

ASF GitHub Bot commented on MPOM-47:


Github user ctubbsii closed the pull request at:

https://github.com/apache/maven-pom/pull/1


> Source release assembly can't do tar.gz only
> 
>
> Key: MPOM-47
> URL: https://issues.apache.org/jira/browse/MPOM-47
> Project: Maven POMs
>  Issue Type: Improvement
>  Components: asf
>Reporter: Christopher Tubbs
>Assignee: Karl Heinz Marbaise
> Fix For: ASF-17
>
> Attachments: MPOM-47.1.patch.txt
>
>
> The source-release-assembly execution of the maven-assembly-plugin doesn't 
> offer any way to specify to build a tarball (tar.gz) only. By default, it 
> builds a zip file.
> One can override the plugin execution to force it to build both a zip and a 
> tarball, by setting sourceReleaseAssemblyDescriptor to 
> "source-release-zip-tar".
> However, there's no way to get it to build only the tarball, unless you do 
> convoluted things like in [this 
> example|http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-project/1.5.0/accumulo-project-1.5.0.pom],
>  or if you override the apache-release profile entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MPOM-47) Source release assembly can't do tar.gz only

2015-02-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPOM-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14340459#comment-14340459
 ] 

ASF GitHub Bot commented on MPOM-47:


GitHub user ctubbsii opened a pull request:

https://github.com/apache/maven-pom/pull/1

[MPOM-47] Use assembly descriptor which also supports tar only



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ctubbsii/maven-pom MPOM-47

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-pom/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1


commit 5f2c9d065d0e296d4c3e7b3d6ce10c4aecd6cd46
Author: Christopher Tubbs ctubb...@apache.org
Date:   2015-02-27T17:53:50Z

[MPOM-47] Use assembly descriptor which also supports tar only




 Source release assembly can't do tar.gz only
 

 Key: MPOM-47
 URL: https://issues.apache.org/jira/browse/MPOM-47
 Project: Maven POMs
  Issue Type: Improvement
  Components: asf
Reporter: Christopher Tubbs
 Fix For: ASF-17


 The source-release-assembly execution of the maven-assembly-plugin doesn't 
 offer any way to specify to build a tarball (tar.gz) only. By default, it 
 builds a zip file.
 One can override the plugin execution to force it to build both a zip and a 
 tarball, by setting sourceReleaseAssemblyDescriptor to 
 source-release-zip-tar.
 However, there's no way to get it to build only the tarball, unless you do 
 convoluted things like in [this 
 example|http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-project/1.5.0/accumulo-project-1.5.0.pom],
  or if you override the apache-release profile entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MPOM-47) Source release assembly can't do tar.gz only

2015-02-26 Thread Christopher Tubbs (JIRA)

[ 
https://issues.apache.org/jira/browse/MPOM-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14339363#comment-14339363
 ] 

Christopher Tubbs commented on MPOM-47:
---

Saw you got this done. Thanks!

 Source release assembly can't do tar.gz only
 

 Key: MPOM-47
 URL: https://issues.apache.org/jira/browse/MPOM-47
 Project: Maven POMs
  Issue Type: Improvement
  Components: asf
Reporter: Christopher Tubbs
 Fix For: ASF-17


 The source-release-assembly execution of the maven-assembly-plugin doesn't 
 offer any way to specify to build a tarball (tar.gz) only. By default, it 
 builds a zip file.
 One can override the plugin execution to force it to build both a zip and a 
 tarball, by setting sourceReleaseAssemblyDescriptor to 
 source-release-zip-tar.
 However, there's no way to get it to build only the tarball, unless you do 
 convoluted things like in [this 
 example|http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-project/1.5.0/accumulo-project-1.5.0.pom],
  or if you override the apache-release profile entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MPOM-47) Source release assembly can't do tar.gz only

2015-02-21 Thread Dennis Lundberg (JIRA)

[ 
https://issues.apache.org/jira/browse/MPOM-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330172#comment-14330172
 ] 

Dennis Lundberg commented on MPOM-47:
-

Note that apache-source-release-assembly-descriptor-1.0.5 has not been released 
yet. I'll push for a release.

 Source release assembly can't do tar.gz only
 

 Key: MPOM-47
 URL: https://issues.apache.org/jira/browse/MPOM-47
 Project: Maven POMs
  Issue Type: Improvement
  Components: asf
Reporter: Christopher Tubbs
 Fix For: ASF-17


 The source-release-assembly execution of the maven-assembly-plugin doesn't 
 offer any way to specify to build a tarball (tar.gz) only. By default, it 
 builds a zip file.
 One can override the plugin execution to force it to build both a zip and a 
 tarball, by setting sourceReleaseAssemblyDescriptor to 
 source-release-zip-tar.
 However, there's no way to get it to build only the tarball, unless you do 
 convoluted things like in [this 
 example|http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-project/1.5.0/accumulo-project-1.5.0.pom],
  or if you override the apache-release profile entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MPOM-47) Source release assembly can't do tar.gz only

2015-02-20 Thread Christopher Tubbs (JIRA)

[ 
https://issues.apache.org/jira/browse/MPOM-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329792#comment-14329792
 ] 

Christopher Tubbs commented on MPOM-47:
---

Bumping apache-source-release-assembly-descriptor to 1.0.5, as described in 
MPOM-70, should do the trick.

 Source release assembly can't do tar.gz only
 

 Key: MPOM-47
 URL: https://issues.apache.org/jira/browse/MPOM-47
 Project: Maven POMs
  Issue Type: Improvement
  Components: asf
Reporter: Christopher Tubbs
 Fix For: ASF-17


 The source-release-assembly execution of the maven-assembly-plugin doesn't 
 offer any way to specify to build a tarball (tar.gz) only. By default, it 
 builds a zip file.
 One can override the plugin execution to force it to build both a zip and a 
 tarball, by setting sourceReleaseAssemblyDescriptor to 
 source-release-zip-tar.
 However, there's no way to get it to build only the tarball, unless you do 
 convoluted things like in [this 
 example|http://search.maven.org/remotecontent?filepath=org/apache/accumulo/accumulo-project/1.5.0/accumulo-project-1.5.0.pom],
  or if you override the apache-release profile entirely.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)