• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Maven + WOnder 7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maven + WOnder 7


  • Subject: Re: Maven + WOnder 7
  • From: Mark Gowdy <email@hidden>
  • Date: Wed, 04 Jan 2017 17:04:42 +0000


On 4 Jan 2017, at 13:49, G Brown <email@hidden> wrote:

Mark,

I see on github many tags for different versions, but I think the 7.00-SNAPSHOT is the ever changing shifting current wonder version.

Yea, I think so too.

My issue now is trying to get Ajax (from the Wonder Frameworks) into the mix.

I have tried various entries in the pom file (such as)
------
<dependency>
<groupId>wonder.ajax</groupId>
<artifactId>Ajax</artifactId>
<version>${wonder.version}</version>
</dependency>
------
But no success yet.

Any ideas?

Mark


You may also want to  create a wonder parent
	<parent>
               <groupId>wonder</groupId>
               <artifactId>generic-woparent</artifactId>
               <version>7.00-SNAPSHOT</version>
                    <relativePath>./generic-woparent</relativePath>
         </parent>
As that will save you much typing, and you will have the exact jar versions, plugins and their versions, etc. that was used to create wonder 7, or any version you like.

https://github.com/gitgb/splitpom

I will put in a pull request so the wonder pom.xml is split into a reusable parent, and the non-reusable ….soon….

I am only starting to play with Maven, I am not anywhere near ‘Ninja’ status yet.
This looks like sorcery to me !


G Brown
email@hidden



_________________
Mark Gowdy
Gowdy Associates Ltd
M: +44 7808 400 941
Skype: markgowdy




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Maven + WOnder 7
      • From: Paul Hoadley <email@hidden>
References: 
 >Maven + WOnder 7 (From: Mark Gowdy <email@hidden>)
 >Re: Maven + WOnder 7 (From: G Brown <email@hidden>)

  • Prev by Date: Re: Maven + WOnder 7
  • Next by Date: Re: Maven + WOnder 7
  • Previous by thread: Re: Maven + WOnder 7
  • Next by thread: Re: Maven + WOnder 7
  • Index(es):
    • Date
    • Thread