>Are you behind a proxy? I don't exactly know:blush:, but I think no. :thinking:
Maven output is (with and without -U): [ERROR] Error scanning for extensions: Cannot resolve pre-scanned plugin artifact (for use as an extension): org.codehaus.mojo:pde-maven-plugin: Failed to resolve extension plugin: org.codehaus.mojo:pde-maven-plugin:maven-plugin:1.0-alpha-2-SNAPSHOT buters Baptiste MATHUS-4 wrote: > > Are you behind a proxy? What's the output of maven? > > Did you try mvn -U ? > > Cheers. > > 2008/10/20 buters <[EMAIL PROTECTED]> > >> >> Hi all, >> >> there is pde-maven-plugin-1.0-alpha-2-SNAPSHOT.jar in a >> snapshot-repository >> of codehaus. But Maven cannot find it. Why?:confused: >> >> This is a part of my pom.xml: >> >> <repositories> >> <repository> >> <id>codehaus-snapshots</id> >> <name>Codehaus Snappshot Repository</name> >> <releases> >> <enabled>false</enabled> >> <updatePolicy>never</updatePolicy> >> <checksumPolicy>warn</checksumPolicy> >> </releases> >> <snapshots> >> <enabled>true</enabled> >> <updatePolicy>daily</updatePolicy> >> <checksumPolicy>warn</checksumPolicy> >> </snapshots> >> <url>http://snapshots.repository.codehaus.org/ >> </url> >> <layout>default</layout> >> </repository> >> </repositories> >> <build> >> <plugins> >> <plugin> >> >> <artifactId>maven-compiler-plugin</artifactId> >> <configuration> >> <source>1.6</source> >> <target>1.6</target> >> </configuration> >> </plugin> >> <plugin> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>pde-maven-plugin</artifactId> >> <version>1.0-alpha-2-SNAPSHOT</version> >> <extensions>true</extensions> >> <configuration> >> >> <eclipseInstall>C:/eclipse</eclipseInstall> >> >> <pdeProductFilename>gui.product</pdeProductFilename> >> >> <pdeBuildVersion>3.4.1.R34x_v20080805</pdeBuildVersion> >> </configuration> >> </plugin> >> </plugins> >> </build> >> >> Thanks beforehand, >> regards, buters >> >> -- >> View this message in context: >> http://www.nabble.com/Maven-cannot-find-pde-maven-plugin-1.0-alpha-2-SNAPSHOT-tp20073950p20073950.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Baptiste <Batmat> MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! > > -- View this message in context: http://www.nabble.com/Maven-cannot-find-pde-maven-plugin-1.0-alpha-2-SNAPSHOT-tp20073950p20075299.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
