You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/30 01:02:22 UTC

[Gump Wiki] Update of "GumpAndMaven" by JustinMerz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Gump Wiki" for change notification.

The following page has been changed by JustinMerz:
http://wiki.apache.org/gump/GumpAndMaven

------------------------------------------------------------------------------
  is in SVN, at [5], although we'll figure out a better way for you to access
  it.
  
+ = Setting up a Maven project =
+ 
+ In your module description you need to add type=”maven” to the end of that tag.
+ EX:
+ <module name="db-torque">
+   <url  href="http://db.apache.org/torque/"/>
+   <description>
+     Java based build tool
+   </description>
+      <project href="project.xml" type="maven"/> 
+ </module>
+ If any specific maven goals need to be added to the build a goal=”maven_goal” may also be added.
+ EX:
+ <project href="maven_test.xml" type="maven" goal=”jar”/> 
+ Of course you will need ant and maven in the project build.
+ 
+ 
+ = Setting up Maven Gump id mismatches = 
+ 
+ Currently there is a mismatch between maven and gump ids(see wiki.apache.org/gump).  The fix right now is a mapping between these mismatches that can be found in gump/util/mavenToGump.conf.  When new mismatches are discovered they should be added to this file(follow format already in file).
+ 
+ 
  = References =
  
  [1]    http://gump.apache.org/metadata/index.html