You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ajoo007 <as...@gmail.com> on 2012/08/02 19:01:30 UTC

pom file to create war for my html files

Hi Guys,

I am new to maven, I have some html files which I need to have in a war
file. Can someone please explain me how I can do it. If some has any code
can you please post it here.

Thanks
Ajoo



--
View this message in context: http://maven.40175.n5.nabble.com/pom-file-to-create-war-for-my-html-files-tp5715774.html
Sent from the Maven Developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: pom file to create war for my html files

Posted by Anders Hammar <an...@hammar.net>.
This would be a normal war project, i.e. a Maven project with the
"war" package type. Then put the html files in the right location.
More info here:
http://maven.apache.org/plugins/maven-war-plugin/usage.html

/Anders

On Thu, Aug 2, 2012 at 7:01 PM, ajoo007 <as...@gmail.com> wrote:
> Hi Guys,
>
> I am new to maven, I have some html files which I need to have in a war
> file. Can someone please explain me how I can do it. If some has any code
> can you please post it here.
>
> Thanks
> Ajoo
>
>
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/pom-file-to-create-war-for-my-html-files-tp5715774.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org