Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node {

stage('BuildArtifact'){

// sh 'mvn install'
// bat 'mvn install'

sh 'mvn clean'
}
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<groupId>com.mt</groupId>
<artifactId>maven-web-project</artifactId>
<packaging>war</packaging>
<version>1.1</version>
<name>Maven Web Project 18th August</name>
<version>1.1-SNAPSHOT</version>
<name>Maven Web Project 1st November</name>
<description>Maven Web Project for Java Project</description>

<organization>
Expand Down Expand Up @@ -83,12 +83,12 @@
<repository>
<id>nexus</id>
<name>Mithun Technologies Releases Nexus Repository</name>
<url>http://localhost:8081/repository/wallmart-releases/</url>
<url>http://localhost:8085/mithuntechnologies/repository/flipkart-releases/</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>Mithun Technologies Snapshot Nexus Repository </name>
<url>http://localhost:8081/repository/wallmart-snapshot/</url>
<url>http://localhost:8085/mithuntechnologies/repository/flipkart-snapshot/</url>
</snapshotRepository>
</distributionManagement>

Expand Down