Hi,
>
How can I increase the default timeout for this operation? After Googling a
lot I tried several server configurations in my settings.xml file but with
no success:

     <server>
       <id>server.company.com.snapshots</id>
       <username>xxx</username>
       <password>xxx</password>
       <configuration>
         <timeout>600000</timeout>
         <httpConfiguration>
           <all>
             <connectionTimeout>600000</connectionTimeout>
             <requestTimeout>600000</requestTimeout>
             <idleTimeout>600000</idleTimeout>
           </all>
         </httpConfiguration>
       </configuration>
     </server>

Thank you in advance for any help! :-)

[ERROR] Failed to execute goal at.company.xyz:xyz-maven-plugin:1.2.14.0:deploy
(default-deploy) on project project_core: Unable to execute mojo: Failed to
deploy artifacts: Could not transfer artifact
at.xyz:project_core:jar:2.0.0.0-20140828.135650-6 from/to server.company.com
(https://server.company.com/artifactory/axon-snap
shot): No response received after 60000 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal at.company.xyz:xyz-maven-plugin:1.2.14.0:deploy (default-deploy) on
project project_core: Unable to execute mojo


can you explain what kind of plugin this is:

goal at.company.xyz:xyz-maven-plugin:1.2.14.0:deploy (default-deploy) on

?


Kind regards
Karl-Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to