Re: Wanted: Minimal Tomcat JSP/Servlet Example

2005-10-12 Thread Manuel G. Chacon
The maven genapp plugin will generate a struts based web application project for you. At 05:07 PM 10/11/2005, you wrote: Can someone point me to a minimal example that uses Maven to create a minimal servlet and JSP? Thanks, sieg

Re: [m2] Ear Plugin problem... Generating EAR from two WARs (subprojects)

2005-09-01 Thread Manuel G. Chacon
Eric, there is a property that you have to set in your build.properties in order for maven to create the application.xml file for you. http://maven.apache.org/reference/plugins/ear/properties.html maven.ear.appxml.generate = true Manuel At 08:41 AM 9/1/2005, you wrote: Having a problem unde

Re: Adding APT ant task to Maven - how?

2005-08-11 Thread Manuel G. Chacon
Tom, Ant scripts can usually be called from within a goal in a maven.xml file. It sounds like you want to do some type of customized build and maven.xml files are usually the way to accomplish this with maven. here is a quick sample of a maven.xml file. Manuel

maven-jdeveloper-plugin

2005-08-09 Thread Manuel G. Chacon
Hello, Can someone please help me find the maven-jdeveloper-plugin project. I set up a CVS repository location in Eclipse and the path listed on the web page doesn't exist. http://cvs.apache.org/viewcvs/maven-plugins/jdeveloper/ Thanks, Manuel -