Changes for page maven-wobootstrap-plugin
Last modified by Lachlan Deck on 2011/08/16 18:43
From version 6.1
edited by Lachlan Deck
on 2008/11/23 16:15
on 2008/11/23 16:15
Change comment:
Adding warning about installing the right jars
To version 18.1
edited by Lachlan Deck
on 2011/08/16 18:43
on 2011/08/16 18:43
Change comment:
Adding a tip for how to use a specific version of the wobootstrap plugin.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,6 +41,22 @@ 41 41 42 42 If the url to deploy is not specified, the goal will fail. The repositoryId points to a server section in the settings.xml file. If you don't specify a repositoryId, Maven will try to extract authentication information using the default id 'remote-repository'. 43 43 44 + 45 + 46 +{{tip title="Using the full identifier"}} 47 +There are two reasons for needing to specify the complete identifier of the wobootstrap plugin: 48 +* You want to use a specific version 49 +* You have an environment out of your control and you cannot adjust the pluginGroups in the settings.xml file. 50 + 51 +{code:bash} 52 +## 53 +## Usage: <groupId>:<artifactId>[:<version>]:<goal> 54 +## where goal is either install or deploy, for example. 55 +## 56 +mvn org.objectstyle.woproject.maven2:maven-wobootstrap-plugin[:<version>]:<goal> 57 +{code} 58 +{{/tip}} 59 + 44 44 === Custom WebObjects Location === 45 45 46 46 You can set 2 parameters to customize the mechanism used by this plug-in to locate WebObjects libraries: