Skip to content

Commit

Permalink
add out folder in gitignore (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobatts authored and hohwille committed Dec 17, 2019
1 parent 5299c99 commit a3663d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target
out
.classpath
.project
.settings
.idea
*.iml
*.iml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<artifactId>complete-multimodule-parent-pom-cifriendly</artifactId>
<version>${revision}</version>
</parent>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ assert '4.0.0' == flattendChildWithParentProject.modelVersion.text()
assert 'org.codehaus.mojo.flatten.its' == flattendChildWithParentProject.groupId.text()
assert 'multimodule-module-with-parent-cifriendly' == flattendChildWithParentProject.artifactId.text()
assert '1.2.3.4' == flattendChildWithParentProject.version.text()
assert '1.2.3.4' == flattendChildWithParentProject.parent.version.text()
assert '1.2.3.4' == flattendChildWithParentProject.parent.version.text()

0 comments on commit a3663d2

Please sign in to comment.