Answers for "pom.xml deploy nexus"

0

pom.xml deploy nexus

<plugin>
   <artifactId>maven-deploy-plugin</artifactId>
   <version>2.8.1</version>
   <executions>
      <execution>
         <id>default-deploy</id>
         <phase>deploy</phase>
         <goals>
            <goal>deploy</goal>
         </goals>
      </execution>
   </executions>
</plugin>
Posted by: Guest on February-24-2022

Browse Popular Code Answers by Language