Updated .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,4 +4,6 @@
|
||||
*.ipr
|
||||
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>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.release11.klaus</groupId>
|
||||
<artifactId>Klaus</artifactId>
|
||||
<groupId>com.release11.mockedservices</groupId>
|
||||
<artifactId>MockedServices</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>Klaus</name>
|
||||
<name>MockedServices</name>
|
||||
<description>Mockup service for integration tests</description>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user