|
61 | 61 | <skipAssembly>true</skipAssembly> |
62 | 62 | </configuration> |
63 | 63 | </plugin> |
64 | | - <!-- General plugins --> |
65 | | - <plugin> |
66 | | - <groupId>org.apache.maven.plugins</groupId> |
67 | | - <artifactId>maven-eclipse-plugin</artifactId> |
68 | | - <configuration> |
69 | | - <additionalProjectnatures> |
70 | | - <projectnature>org.jamon.project.jamonnature</projectnature> |
71 | | - </additionalProjectnatures> |
72 | | - <buildcommands> |
73 | | - <buildcommand>org.jamon.project.templateBuilder</buildcommand> |
74 | | - <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> |
75 | | - <buildcommand>org.jamon.project.markerUpdater</buildcommand> |
76 | | - </buildcommands> |
77 | | - <additionalConfig> |
78 | | - <file> |
79 | | - <name>.settings/org.jamon.prefs</name> |
80 | | - <content># now |
81 | | - eclipse.preferences.version=1 |
82 | | - templateSourceDir=src/main/jamon |
83 | | - templateOutputDir=target/generated-jamon |
84 | | - </content> |
85 | | - </file> |
86 | | - </additionalConfig> |
87 | | - </configuration> |
88 | | - </plugin> |
89 | 64 | <!-- Run findbugs --> |
90 | 65 | <plugin> |
91 | 66 | <groupId>org.codehaus.mojo</groupId> |
|
337 | 312 | </property> |
338 | 313 | </activation> |
339 | 314 | <build> |
| 315 | + <plugins> |
| 316 | + <plugin> |
| 317 | + <groupId>org.apache.maven.plugins</groupId> |
| 318 | + <artifactId>maven-eclipse-plugin</artifactId> |
| 319 | + <configuration> |
| 320 | + <additionalProjectnatures> |
| 321 | + <projectnature>org.jamon.project.jamonnature</projectnature> |
| 322 | + </additionalProjectnatures> |
| 323 | + <buildcommands> |
| 324 | + <buildcommand>org.jamon.project.templateBuilder</buildcommand> |
| 325 | + <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> |
| 326 | + <buildcommand>org.jamon.project.markerUpdater</buildcommand> |
| 327 | + </buildcommands> |
| 328 | + <additionalConfig> |
| 329 | + <file> |
| 330 | + <name>.settings/org.jamon.prefs</name> |
| 331 | + <content># now |
| 332 | + eclipse.preferences.version=1 |
| 333 | + templateSourceDir=src/main/jamon |
| 334 | + templateOutputDir=target/generated-jamon |
| 335 | + </content> |
| 336 | + </file> |
| 337 | + </additionalConfig> |
| 338 | + </configuration> |
| 339 | + </plugin> |
| 340 | + </plugins> |
340 | 341 | <pluginManagement> |
341 | 342 | <plugins> |
342 | 343 | <!--This plugin's configuration is used to store Eclipse m2e settings |
|
0 commit comments