You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/05/04 07:15:06 UTC

[jira] [Comment Edited] (GROOVY-7410) Add missing Maven files to released groovy-all artifact

    [ https://issues.apache.org/jira/browse/GROOVY-7410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526257#comment-14526257 ] 

Goldstein Lyor edited comment on GROOVY-7410 at 5/4/15 5:14 AM:
----------------------------------------------------------------

{quote}By default, Maven generated archives include the META-INF/maven directory, which contains the pom.xml file used to build the archive, and a pom.properties file that includes some basic properties in a small, easier to read format.{quote}. Basically, all one has to do is make sure that {quote}<addMavenDescriptor>true</addMavenDescriptor>{quote} is used (the default is *true* so the fact that it is missing from the artifact indicates either that it is set to _false_ or that the packaging is not being done using Maven) - see [Maven archiver configuration|http://maven.apache.org/shared/maven-archiver/] for details.


was (Author: lgoldstein):
{quote}By default, Maven generated archives include the META-INF/maven directory, which contains the pom.xml file used to build the archive, and a pom.properties file that includes some basic properties in a small, easier to read format.{quot}. Basically, all one has to do is make sure that {quot}<addMavenDescriptor>true</addMavenDescriptor>{quot} is used (the default is **true** so the fact that it is missing from the artifact indicates either that it is set to _false_ or that the packaging is not being done using Maven) - see [Maven archiver configuration|http://maven.apache.org/shared/maven-archiver/] for details.

> Add missing Maven files to released groovy-all artifact
> -------------------------------------------------------
>
>                 Key: GROOVY-7410
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7410
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Goldstein Lyor
>
> The released artifact is missing the standard Maven files under META-INF. See GROOVY-7386 issue.



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