Hi,
I’ am new to AppFuse (and almost to Spring, Hibernate, Maven, etc)… so I’ am
looking instructions for dummies.
I’ve installed m2eclipse (Maven plugin for Eclipse) in my Eclipse Helios.
Then create a new Maven Project using the archetype
appfuse-basic-spring-archetype (2.1.0-M1).
I have MySQL
The tables are populated by dbunit when you run tests. Are you able to run "mvn
test" successfully?
On Sep 15, 2010, at 1:05 PM, webmeiker wrote:
>
> Hi,
> I’ am new to AppFuse (and almost to Spring, Hibernate, Maven, etc)… so I’ am
> looking instructions for dummies.
>
> I’ve installed m2ecli
To be honest to you, I’ am very newbie with Maven.
This is what I’ve done:
Within my Eclipse workspace, I select the project / right-click / Run As /
Maven test.
Which I suppose is the same as launch the ‘mvn test’ command you say through
the OS console.
(Concretely this is what the Eclipse Con
Hi,
I'm using the modular struts archetype, this is my command for creating the
project:
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-modular-struts-archetype
-DarchetypeVersion=2.1.0-M1 -DgroupId=com.foo.commerce.poc -DartifactId=mdm
I am fo