This fixed the 1.5-SNAPSHOT quickstart problem- thanks!

On Mon, Jan 17, 2011 at 12:54 PM, <mgrigo...@apache.org> wrote:

> Author: mgrigorov
> Date: Mon Jan 17 18:54:55 2011
> New Revision: 1060043
>
> URL: http://svn.apache.org/viewvc?rev=1060043&view=rev
> Log:
> Use Apache Nexus repo for -SNAPSHOT versions of the quickstart
>
>
> Modified:
>    wicket/common/site/trunk/_site/start/quickstart.html
>    wicket/common/site/trunk/start/quickstart.md
>
> Modified: wicket/common/site/trunk/_site/start/quickstart.html
> URL:
> http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1060043&r1=1060042&r2=1060043&view=diff
>
> ==============================================================================
> --- wicket/common/site/trunk/_site/start/quickstart.html (original)
> +++ wicket/common/site/trunk/_site/start/quickstart.html Mon Jan 17
> 18:54:55 2011
> @@ -177,7 +177,7 @@
>                else
>                        cmd = 'mvn archetype:generate
> -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=' +
> version + ' -DgroupId=' + groupId + ' -DartifactId=' + artifactId;
>
> -               if (version.match(/.*SNAPSHOT/)) cmd += '
> -DarchetypeRepository=http://wicketstuff.org/maven/repository/';
> +               if (version.match(/.*SNAPSHOT/)) cmd += '
> -DarchetypeRepository=
> https://repository.apache.org/content/repositories/snapshots/';
>                cmd += ' -DinteractiveMode=false';
>                document.getElementById("cmdLine").value = cmd;
>        }
>
> Modified: wicket/common/site/trunk/start/quickstart.md
> URL:
> http://svn.apache.org/viewvc/wicket/common/site/trunk/start/quickstart.md?rev=1060043&r1=1060042&r2=1060043&view=diff
>
> ==============================================================================
> --- wicket/common/site/trunk/start/quickstart.md (original)
> +++ wicket/common/site/trunk/start/quickstart.md Mon Jan 17 18:54:55 2011
> @@ -52,7 +52,7 @@ typing in the groupId, artifactId and ve
>                else
>                        cmd = 'mvn archetype:generate
> -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=' +
> version + ' -DgroupId=' + groupId + ' -DartifactId=' + artifactId;
>
> -               if (version.match(/.*SNAPSHOT/)) cmd += '
> -DarchetypeRepository=http://wicketstuff.org/maven/repository/';
> +               if (version.match(/.*SNAPSHOT/)) cmd += '
> -DarchetypeRepository=
> https://repository.apache.org/content/repositories/snapshots/';
>                cmd += ' -DinteractiveMode=false';
>                document.getElementById("cmdLine").value = cmd;
>        }
>
>
>


-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*

Reply via email to