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]

Reply via email to