You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/09 09:58:53 UTC

[Tapestry Wiki] Trivial Update of "Tapestry5HowToCreateYourQuickstartWithMaven206" by ErikVullings

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateYourQuickstartWithMaven206

The comment on the change is:
Added info about the mvn -U command

------------------------------------------------------------------------------
  building and running without issue here now so I'm just forgetting about
  that.
  
+ As a side note: Removing a whole artifact should not cause any problems since Maven just finds that it's not there and then just downloads it.
+ 
+ But there's a Maven command-line switch intended to force an update of snapshots: running with "-U" will force a check for updated snapshots. You can see more by running "mvn --help".
+ 
+ You can also configure when Maven checks for updates in your settings descriptor or right in the project POM. See "updatePolicy" in the documentation on the settings or POM descriptor:
+ 
+ http://maven.apache.org/settings.html
+ http://maven.apache.org/pom.html
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org