[Tutorial] Setting up Maven

Discussion in 'Resources' started by zeeveener, Dec 9, 2013.

?

Was this Helpful? (Non-Public Results)

  1. Yes, very much so!

    40 vote(s)
    74.1%
  2. Yes, a bit.

    11 vote(s)
    20.4%
  3. No, not really.

    1 vote(s)
    1.9%
  4. No, not at all!

    2 vote(s)
    3.7%
Thread Status:
Not open for further replies.
  1. Offline

    moo_we_all_do

    Lost my code after doing this wrong. :(
    Good thing I upload to GitHub! :)

    Can you tell me how?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
    Bammerbom likes this.
  2. Use an ant script. I'll post the relevant parts of my pom.xml in a sec.

    EDIT: Put this into your pom.xml in <build><plugins>. I'm assuming you set up maven as per the tutorial, in Eclipse. Remember to change the bits in curly braces {} depending on your specific decisions eg. 'file="target/PluginName.jar" todir="C:\path\to\export\location\"
     
  3. Offline

    FiberSprite

  4. Offline

    jflory7

    Very helpful guide! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page