You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/09/06 02:06:32 UTC

[jira] Updated: (ARCHETYPE-62) Allow package.html files to be included in an archetype

     [ https://jira.codehaus.org/browse/ARCHETYPE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated ARCHETYPE-62:
-----------------------------------

    Description: 
A Java source folder may contain non Java resources such as JavaDoc package.html etc.

{code:xml}<sources>
	<source>src/main/java/App.java</source>
	<source>src/main/java/package.html</source>
</sources>
<testSources>
	<source>src/test/java/AppTest.java</source>
	<source>src/main/java/package.html</source>
</testSources>{code}

Currently when specifying non Java resources they don't get distributed in the packaged archetype jar.

  was:
A Java source folder may contain non Java resources such as JavaDoc package.html etc.

        <sources>
		<source>src/main/java/App.java</source>
		<source>src/main/java/package.html</source>
	</sources>
	<testSources>
		<source>src/test/java/AppTest.java</source>
		<source>src/main/java/package.html</source>
	</testSources>

Currently when specifying non Java resources they don't get distributed in the packaged archetype jar.


> Allow package.html files to be included in an archetype
> -------------------------------------------------------
>
>                 Key: ARCHETYPE-62
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-62
>             Project: Maven Archetype
>          Issue Type: Improvement
>    Affects Versions: 1.0-alpha-4
>            Reporter: Martin Ahrer
>             Fix For: 2.0-alpha-1
>
>
> A Java source folder may contain non Java resources such as JavaDoc package.html etc.
> {code:xml}<sources>
> 	<source>src/main/java/App.java</source>
> 	<source>src/main/java/package.html</source>
> </sources>
> <testSources>
> 	<source>src/test/java/AppTest.java</source>
> 	<source>src/main/java/package.html</source>
> </testSources>{code}
> Currently when specifying non Java resources they don't get distributed in the packaged archetype jar.

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