Skip to content

Commit d465fc9

Browse files
committed
Merge pull request docker-java#24 from karchie/master
let m2eclipse generate .classpath; m2eclipse needs pluginManagement in P...
2 parents 57fb973 + 41e9079 commit d465fc9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.swp
66
.project
77
.settings
8+
.classpath
89

910
# Ignore all build/dist directories
1011
target

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188

189189

190190
<build>
191-
191+
<pluginManagement>
192192
<plugins>
193193

194194
<plugin>
@@ -271,6 +271,7 @@
271271
</plugin>
272272

273273
</plugins>
274+
</pluginManagement>
274275
</build>
275276

276277
</project>

0 commit comments

Comments
 (0)