Ye, I did read instructions, but I can not find out which error cause this
happens, the configure files are these:
        <servers>
                <server>
                        <id>releases</id>
                        <username>deployment</username>
                        <password>deployment123</password>
                </server>
                <server>
                        <id>snapshots</id>
                        <username>deployment</username>
                        <password>deployment123</password>
                </server>
                <server>
                        <id>thirdparty</id>
                        <username>deployment</username>
                        <password>deployment123</password>
                </server>
        </servers>

-----
<distributionManagement>
        <repository>
            <id>releases</id>
            <name>deployment</name>
            
<url>http://192.168.0.20:8081/nexus/content/repositories/releases</url>
        </repository>
        <snapshotRepository>
            <id>snapshots</id>
            <name>Snapshots</name>
           
<url>http://192.168.0.20:8081/nexus/content/repositories/snapshots</url>
        </snapshotRepository>
</distributionManagement>

Is anything wrong with these configure files?

-- 
View this message in context: 
http://maven-users.828.n2.nabble.com/Failed-to-configure-plugin-parameters-for-org-apache-maven-plugins-maven-deploy-plugin-2-4-tp5915006p5915557.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