[ 
https://issues.apache.org/jira/browse/SLING-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Edelson updated SLING-1978:
----------------------------------

    Assignee: Justin Edelson

> 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
>    Affects Versions: Launchpad Standalone Archetype 1.0.0
>            Reporter: Markus Joschko
>            Assignee: Justin Edelson
>            Priority: Trivial
>
> 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