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

Justin Edelson commented on SLING-1978:
---------------------------------------

This is fixed in r1070003

But, for the legal folks amongst us, the patch supplied was NOT applied. 
Patches must be provided by uploading them and checking the grant license 
checkbox.

Markus - I'm not sure why you couldn't attach a file.

> Standalone archetype in trunk broken
> ------------------------------------
>
>                 Key: SLING-1978
>                 URL: https://issues.apache.org/jira/browse/SLING-1978
>             Project: Sling
>          Issue Type: Bug
>          Components: Maven Plugins and Archetypes
>            Reporter: Markus Joschko
>            Assignee: Justin Edelson
>            Priority: Trivial
>             Fix For: Launchpad Standalone Archetype 1.0.0
>
>
> The standalone archetype is broken in trunk because of a missing closing 
> filesets tag in archetype-metadata.xml
> As I can't add a file, that's the patch:
> Index: src/main/resources/META-INF/maven/archetype-metadata.xml
> ===================================================================
> --- src/main/resources/META-INF/maven/archetype-metadata.xml    (revision 
> 1069830)
> +++ src/main/resources/META-INF/maven/archetype-metadata.xml    (working copy)
> @@ -26,4 +26,5 @@
>          <include>**/*.properties</include>
>        </includes>
>      </fileSet>
> -</archetype-descriptor>
> \ No newline at end of file
> +  </fileSets>
> +</archetype-descriptor>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to