I'm executing mvn deploy and get the debug output at the bottom of this
message (see the latter portion of that debug output). There's no exception,
but the file isn't getting put into the repository. In my pom I have
following:

<distributionManagement>
        <snapshotRepository>
                <id>deploy-repository</id>
                <url>ftp://rootOfRemoteMavenRepo</url>
                ....

<build>
        <extensions>
                <extension>
                        <groupId>org.apache.maven.wagon</groupId>
                        <artifactId>wagon-ftp</artifactId>
                        <version>1.0-beta-2</version>
                        ...

In settings.xml I have the following:

<settings>
        <servers>
                <server>
                        <id>deploy-repository</url>
                        <username>mavenftpuser</username>
                        <password>maven</password>
                </server>
        </servers>
</settings>

[DEBUG] Mojo: deploy has config:
null
[DEBUG] In verifyVersionedPlugin for:
org.apache.maven.plugins:maven-deploy-plugin
[DEBUG]
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.3:runtime
(selected for runtime)
[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for
runtime)
[DEBUG]   org.apache.maven:maven-core:jar:2.0:runtime (selected for runtime)
[DEBUG]     org.apache.maven:maven-settings:jar:2.0:runtime (selected for
runtime)
[DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected for
runtime)
[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected
for runtime)
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected
for runtime)
[DEBUG]      
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
(selected for runtime)
[DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime (selected
for runtime)
[DEBUG]     org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG]      
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected
for runtime)
[DEBUG]    
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:runtime (selected
for runtime)
[DEBUG]    
org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG]     org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime
(selected for runtime)
[DEBUG]       doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected for
runtime)
[DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected for
runtime)
[DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for
runtime)
[DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected for
runtime)
[DEBUG]    
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected
for runtime)
[DEBUG]    
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
(selected for runtime)
[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for
runtime)
[DEBUG]     org.apache.maven:maven-repository-metadata:jar:2.0:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-error-diagnostics:jar:2.0:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-project:jar:2.0:runtime (selected for
runtime)
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-plugin-registry:jar:2.0:runtime (selected
for runtime)
[DEBUG]     commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
[DEBUG]     org.apache.maven:maven-plugin-descriptor:jar:2.0:runtime
(selected for runtime)
[DEBUG]    
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime
(selected for runtime)
[DEBUG]     org.apache.maven:maven-monitor:jar:2.0:runtime (selected for
runtime)
[DEBUG]     org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG]       com.jcraft:jsch:jar:0.1.23:runtime (selected for runtime)
[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for
runtime)
[DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for
runtime)
[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected
for runtime)
[DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected for
runtime)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
nearer found: 1.1)
[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for
runtime)
[DEBUG] Using the following artifacts for classpath of:
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.3:

[]
[DEBUG] Realm already exists for:
org.apache.maven.plugins:maven-deploy-plugin. Skipping addition...
[DEBUG] Looking up mojo
org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy in realm
org.apache.maven.plugins:maven-deploy-plugin -
descRealmId=org.apache.maven.plugins:maven-deploy-plugin
[DEBUG] Looked up - [EMAIL PROTECTED] -
ClassRealm[org.apache.maven.plugins:maven-deploy-plugin, parent:
ClassRealm[plexus.core, parent: null]]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' -->
[DEBUG]   (f) artifact = groupid:artifact:jar:0.0.4
[DEBUG]   (f) attachedArtifacts =
[groupid:artifactid:java-source:sources:0.0.4]
[DEBUG]   (f) deploymentRepository = [deploy-repository] ->
ftp://rootOfRemoteMavenRepo
[DEBUG]   (s) localRepository = [local] -> file://C:\localrepository
[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pomFile = C:\project\pom.xml
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] deploy:deploy
altDeploymentRepository = null
[DEBUG] not adding permissions to wagon connection

-- 
View this message in context: 
http://www.nabble.com/FTP-deployment-not-working-but-not-giving-errors-tp14306683s177p14306683.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