please next time create a new thread!!! in this way you create confusion. coming back to the problem I post... i found it's an open bug: http://jira.codehaus.org/browse/ARCHETYPE-1
bye, Luca On 2/16/06, Dixit, Sandeep (ProSource Solutions) < [EMAIL PROTECTED]> wrote: > > Has anyone successfully setup internal repository? I am struggling for > the last week. I am though using FTP protocol. > > Thanks, > Sandeep > > -----Original Message----- > From: luca rasconi [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 8:25 AM > To: Maven Users List > Subject: Re: cannot find internal repository > > tnx for the suggestion but it doesn't work. > > the error is the same. > > do you use different profile? > > On 2/16/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > > > > Add the following: after </profiles>: > > > > <activeProfiles> > > <activeProfile>development</activeProfile> > > </activeProfiles> > > > > -Stephen > > > > On 2/16/06, Rasconi Luca (u.e.) <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > i created my own archetypes and deployed it in my internal > repository. > > > > > > Now I would like to create my app according to these archetypes. > > > > > > So: > > > > > > 1) I modified settings.xml adding this new profile: > > > > > > <profiles> > > > > > > <profile> > > > > > > <id>development</id> > > > > > > <activation> > > > > > > <activeByDefault>true</activeByDefault> > > > > > > </activation> > > > > > > <repositories> > > > > > > <repository> > > > > > > <id>rossoalice-repo</id> > > > > > > <name>proxy repository</name> > > > > > > > <url>http://192.168.25.217:8089/maven-proxy/repository</url> > > > > > > </repository> > > > > > > </repositories> > > > > > > </profile> > > > > > > </profiles> > > > > > > > > > > > > 2) Execute mvn archetype:create ... > > > > > > > > > > > > But maven is unable to find my internal repository: > > > > > > [ERROR] BUILD ERROR > > > > > > [INFO] ---------------------------------------- > > > > > > --- > > > > > > [INFO] Failed to resolve artifact. > > > > > > > > > > > > GroupId: it.telecomitalia.rossoalice.maven.archetype > > > > > > ArtifactId: rossoalice-archetype-app > > > > > > Version: 1.0-SNAPSHOT > > > > > > > > > > > > Reason: Unable to download the artifact from any repository > > > > > > > > > > > > > > > > it.telecomitalia.rossoalice.maven.archetype:rossoalice-archetype-app:jar > > > :1.0-S > > > > > > NAPSHOT > > > > > > > > > > > > from the specified remote repositories: > > > > > > central (http://repo1.maven.org/maven2) > > > > > > > > > > > > somebody can help me? Is a bug? > > > > > > > > > > > > Tnx in advance, > > > > > > Luca > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Stephen Duncan Jr > > www.stephenduncanjr.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > ------------------------------------------------------------------------------------------- > ***National City made the following annotations > > ------------------------------------------------------------------------------------------- > This communication is a confidential and proprietary business > communication. It is intended solely for the use of the designated > recipient(s). If this communication is received in error, please contact > the sender and delete this communication. > > =========================================================================================== > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
