RE: Continuum doesnot provide continous integration !!

2007-09-05 Thread Cort, Tom
Ibrahim, From what you wrote, it looks like you want continuum to build the project _before_ you commit it to subversion, right?Continuum looks at the scm/ part of your pom.xml to find the project source code. Continuum checks out the source code from the subversion repository because that is

RE: Example of setting up a maven 2 J2ee project

2007-09-04 Thread Cort, Tom
http://maven.apache.org/plugins/maven-archetype-plugin/examples/j2ee-sim ple.html | -Original Message- | From: Eric Wood [mailto:[EMAIL PROTECTED] | Sent: Tuesday, September 04, 2007 11:22 AM | To: users@maven.apache.org | Subject: Example of setting up a maven 2 J2ee project | | Folks:

[ANN] Maven HAR SAR Plugins Archetypes 0.9 Released

2007-08-29 Thread Cort, Tom
The Vermont Department of Taxes is pleased to announce the initial release of maven-har-plugin, maven-sar-plugin, maven-archetype-har, and maven-archetype-sar. maven-har-plugin - http://maven-har.sf.net/ This plugin generates Hibernate Archive (HAR) files. maven-sar-plugin -

RE: [ANN] Maven HAR SAR Plugins Archetypes 0.9 Released

2007-08-29 Thread Cort, Tom
Could you add their information to this page: http://docs.codehaus.org/display/MAVENUSER/Archetypes+List Done. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Macros for extracting information from pom.xml?

2007-08-22 Thread Cort, Tom
Hello, Are there any macros or special characters that can be used in xdoc or apt documents to pull in values from pom.xml? I'm trying to create a download page for a project, and I'd like to reference the version element from pom.xml in an apt or xdoc file so that I don't have to update the

RE: Remote respository

2007-08-15 Thread Cort, Tom
You can define a repository in the distributionManagement part of pom.xml. When you want to upload the jar file to the repository, just run mvn deploy. In the example below, maven will upload the artifacts with scp (secure copy) to /var/www/maven on gateway-demo.osuosl.org. project [...]

Packaging .har files for JBoss

2007-08-15 Thread Cort, Tom
Hi, I'm converting an Ant built system to Maven for a JavaEE project[1] I'm working on, and I'm having problems building the HAR[2] (hibernate[3] archive). For those not familiar with HARs, a .har file is just a re-named .jar with some jboss specific and hibernate specific configuration files in