Updated .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,4 +4,6 @@
|
|||||||
*.ipr
|
*.ipr
|
||||||
out/
|
out/
|
||||||
!**/src/main/**/out/
|
!**/src/main/**/out/
|
||||||
!**/src/test/**/out/
|
!**/src/test/**/out/
|
||||||
|
target/
|
||||||
|
/.idea/
|
||||||
6
pom.xml
6
pom.xml
@@ -8,10 +8,10 @@
|
|||||||
<version>2.3.1.RELEASE</version>
|
<version>2.3.1.RELEASE</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.release11.klaus</groupId>
|
<groupId>com.release11.mockedservices</groupId>
|
||||||
<artifactId>Klaus</artifactId>
|
<artifactId>MockedServices</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>Klaus</name>
|
<name>MockedServices</name>
|
||||||
<description>Mockup service for integration tests</description>
|
<description>Mockup service for integration tests</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user