There is still one problem with repository, how can one make his own custom build when the command
mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1.3 -DgroupId=myportalgroup -DartifactId=myportal -Dversion=1.0 produces some questions from maven: [INFO] Building Jetspeed-2 Enterprise Portal [INFO] task-segment: [archetype:create] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] Preparing archetype:create [INFO] No goals needed for project - skipping Downloading: http://www.bluesunrise.com/maven2/myportalgroup/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom Downloading: http://repo1.maven.org/maven2/myportalgroup/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom Downloading: http://www.bluesunrise.com/maven2/myportalgroup/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom Downloading: http://repo1.maven.org/maven2/myportalgroup/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom Downloading: http://www.bluesunrise.com/maven/myportalgroup/poms/wagon-http-shared-1.0-beta-2.pom Downloading: http://dist.codehaus.org/myportalgroup/poms/wagon-http-shared-1.0-beta-2.pom Downloading: http://repo1.maven.org/maven/myportalgroup/poms/wagon-http-shared-1.0-beta-2.pom [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [archetype:create] [WARNING] No archetype repository found. [WARNING] Specified archetype not found. Choose archetype: 1: internal -> appfuse-basic-jsf (AppFuse archetype for creating a web application with Hibernate, Spring and JSF) 2: internal -> appfuse-basic-spring (AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC) ... ... 35: internal -> maven-archetype-sar (JBoss Service Archive) 36: internal -> wicket-archetype-quickstart (A simple Apache Wicket project) Choose a number: (1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36): I've done the previous complete build to populate maven repo and this .m2/repository/org/apache/portals/jetspeed-2/portal-archetype/2.1.3/portal-archetype-2.1.3.jar archetype seems to be present. What am I doing wrong? ______________________________________________________________ > Od: [EMAIL PROTECTED] > Komu: "Jetspeed Users List" <[email protected]> > Datum: 18.02.2008 13:51 > Předmět: Re: maven repository > >OK, > >my problems were solved! >when I discovered that java 1.6_03 32bit for building on linux is NOT working, >I downloaded java 1.5 and suddenly all maven2 builds are successful. > >It would have been great to have this information sooner. Can you please update >the web pages? It's stated there that java 1.4+ will be fine, it's not >completly >true. It would save time to many people.. > >Vladimir Linhart > > > > > >______________________________________________________________ >> Od: [EMAIL PROTECTED] >> Komu: "Jetspeed Users List" <[email protected]> >> Datum: 15.02.2008 11:41 >> Předmět: Re: maven repository >> >>>In order to build with Maven, a Maven repository is required to get all >>dependencies >>> >>But why isn't this repo included in any download? how can one >>build jetspeed without it? using the maven >> >>>> what is the binary download for? >>>> >>>There are binary downloads for installers of demo portals as well as >>binary downloads of the entire build including source and documentation >>> >>>http://portals.apache.org/jetspeed-2/download.html >>> >>I know how to use the installer, but with the binary build, I don't know how >>to deploy to tomcat. >> >>thanks a lot, >> >>Vladimir Linhart >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
