I use the -U option to force using last version (of plugins) when it's not 
explicitly set.

I think I found your problem :
your version is <version>1.3.0.0.1</version> but you only define distribution 
management for snapshots
add
                <repository>
                        <id>repo</id>
                        <name>Local Bamboo/Tomcat repository</name>
                        
<url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
                </repository>

(snapshots and non-snapshots are mixed into the wicketstuff repository :( )

/davidB

Nino Saturnino Martinez Vazquez Wael wrote:
I think that was it.. whats the -U for?

David Bernard wrote:
Hi Nino,

Do you call the "deploy" goal in your plan ? (I can't browse the configuration)
In my case, every projects (wicketstuff-jquery, wicketstuff-misc) :
* inherit from wicketstuff-parent
* override if needed the wicket.version property
* are build with "mvn clean deploy -U"

/davidB

Nino Saturnino Martinez Vazquez Wael wrote:
Hi

Im not familiar with bamboo.. Could one of the devs, checkout the plan for wicketstuff contrib input-events and see if its okay? I dont see it being deployed to the maven repo on wicketstuff..

Direct url : http://wicketstuff.org/bamboo/browse/INPUTEVENTS


I can write a small guide on the wiki after I know if its okay...





Reply via email to