diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 00000000..df28b812
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+@artifactId@
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 00000000..b6b03965
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..3a6c3d23
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..543347a6
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 00000000..d1c88310
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,290 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1511711097235
+
+
+ 1511711097235
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 00000000..d7d31c1b
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,29 @@
+pipeline {
+ agent any
+
+ stages {
+ stage('Build') {
+ steps {
+ withMaven(maven : 'maven_3_5_2'){
+ sh 'mvn clean compile'
+ }
+ }
+ }
+ stage('Tting stage'){
+ steps {
+ withMaven(maven : 'maven_3_5_2'){
+ sh 'mvn test'
+ }
+
+ }
+ }
+ stage('Deploy') {
+ steps {
+ withMaven(maven : 'maven_3_5_2'){
+ sh 'mvn deploy'
+ }
+
+ }
+ }
+ }
+}
diff --git a/hello hr r b/hello hr r
new file mode 100644
index 00000000..6ff37537
--- /dev/null
+++ b/hello hr r
@@ -0,0 +1 @@
+dfds
diff --git a/pom.xml b/pom.xml
index 6a1ee9c7..cedfbd18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,11 @@
4.0.0
- @groupId@
- @artifactId@
- @version@
+ com.companyname.devops
+ devops
+ 1.3-SNAPSHOT
jar
- @ant.project.name@
+ sample-java-project
@description@
@project.url@
@@ -17,13 +17,6 @@
-
-
- scm:git:@project.repo.url@
-
- @project.scm.url@
-
-
Christopher Wellons
@@ -32,4 +25,62 @@
-5
+
+
+
+ devops
+ http://localhost:8081/repository/devops/
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.1
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.20.1
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.5.1
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+ nexus
+ http://localhost:8081
+ true
+
+
+
+
diff --git a/pom.xml.old b/pom.xml.old
new file mode 100644
index 00000000..d88ed3a4
--- /dev/null
+++ b/pom.xml.old
@@ -0,0 +1,82 @@
+
+ 4.0.0
+ com.companyname.project-group
+ sample-project
+ 1.2-SNAPSHOT
+ jar
+
+ sample-project
+ @description@
+ @project.url@
+
+
+
+ The Unlicense
+ http://unlicense.org/UNLICENSE
+ repo
+
+
+
+
+
+ Christopher Wellons
+ mosquitopsu@gmail.com
+ http://nullprogram.com
+ -5
+
+
+
+
+
+ nexus-snapshots
+ http://localhost:8081/repository/maven-snapshots/
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.1
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.5.1
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+ nexus
+ http://localhost:8081/nexus/
+ true
+
+
+
+
+
diff --git a/sample-java-project.iml b/sample-java-project.iml
new file mode 100644
index 00000000..52ad2f50
--- /dev/null
+++ b/sample-java-project.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file