archetypes

can't generate quickstart demo from m2eclipse for maven demo ?

I gave training for maven using m2eclipse, and use same eclipse and m2eclipse plugin. And two of them can't generate maven quickstart project from m2eclipse, and we use internal nexus server as repository. see error org.eclipse.core.runtime.CoreException: Could not resolve artifact at org.maven.ide.eclipse.internal.embedder.MavenImpl.r...

Create a Maven 2 project with Struts 1 archetype

I would like to create a web project Maven 2 + Struts 1. Someone Would there be a tutorial or a website outlining the steps? Thank you. ;) ...

Edit source files with custom maven archetype

I have created a customer maven archetype and have it setup with some custom requiredProperties: <requiredProperties> <requiredProperty key="classPrefix" /> </requiredProperties> I can use that property to name a file, like so: __classPrefix__Config.java My question is can I use that property inside the file. I've tried the fol...

Archetype for Maven Project

Hi guys, I'd like to start a little project with maven. I want to use JSF2 and Hibernate. Can you recommend some archetype? or some other procedures to start this project. Cheers... ...

Create project from maven archetype via Apache Ivy

If you want to create project with a Maven archetype you type mvn archetype:generate -DarchetypeGroupId=... -DarchetypeArtifactId=... \ -DarchetypeVersion=... -DgroupId=... -DartifactId=... \ -Dversion=... How this line would change if you are using Ivy? ...

Passing extra properties to maven archetype:generate

Hi chaps, I've created a Maven archetype for a custom project setup, which is working wonderfully, but I was wondering if it's possible to pass extra parameters so that I can do some more interesting templating. I tried something like mvn archetype:generate -DarchetypeCatalog=local -DdbHost=localhost and put ... <option name="db.host...

Create Maven project with eclipse

Hello, i want to create a Maven project in eclipse. I have install the m2eclipse plugin in my eclipse, i have create a new Maven Project, now i'm stuck with archetype, i want to create a project with Struts 2, Hibernate 3, MySql and JUnit ...

archetype hibernate 3

i search a maven archetype for hibernate 3 (Struts 2 application) ...

Ask for maven archetype properties with defaults.

I'm putting together a maven archetype that has a bunch of custom properties that are used to filter the various archetype resources. I have these specified with defaults in the archetype-metadata.xml e.g. <requiredProperties> <requiredProperty key="application-name"> <defaultValue>Some Application</defaultValue> </requiredPrope...

error while using struts2-archetype-starter build project in myeclipse

ERROR MESSAGE: An internal error occurred during: "Creating struts2-archetype-starter". Attempted to beginRule: MultiRule[P/examsys,P/.org.eclipse.jdt.core.external.folders], does not match outer scope rule: org.maven.ide.eclipse.internal.project.SchedulingRule@971a7e environment: MyEclipse 8.5M2 plugin m2eclipse struts...