Re: Maven + WOnder 7
Re: Maven + WOnder 7
- Subject: Re: Maven + WOnder 7
- From: Mark Gowdy <email@hidden>
- Date: Wed, 04 Jan 2017 17:04:42 +0000
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.
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 !
_________________ 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