In plugins section..

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-deploy-plugin</artifactId>
  <version>2.7</version>                                
</plugin>

In build section...

<extensions>
        <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh-external</artifactId>
        <version>1.0-alpha-4</version>
        </extension>
</extensions>

In distributionManagement section...

<repository>
        <id>geogit</id>
        <url>scpexe://maven@geogit:/geogit/Maven/</url>
        <uniqueVersion>false</uniqueVersion>    
</repository>

Deploy is failing.

If I have a apache2 repository with http acces like this: 
http://geogit/Maven/ <http://geogit/maven>  

I have two questions:

1. What I need to deploy into this remote server via http?

2. What I need to deploy into this remote server via scpexe?

Can you share with me some article that it can help me to configure my
server to do deploys?

Thanks!






--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Deploy-via-http-or-scpexe-tp5757759p5757762.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