HBASE-22373 Moved maven-eclipse-plugin to eclipse profile
This commit is contained in:
parent
f62028593f
commit
99ea828d1c
|
@ -204,31 +204,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- General plugins -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-eclipse-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<additionalProjectnatures>
|
|
||||||
<projectnature>org.jamon.project.jamonnature</projectnature>
|
|
||||||
</additionalProjectnatures>
|
|
||||||
<buildcommands>
|
|
||||||
<buildcommand>org.jamon.project.templateBuilder</buildcommand>
|
|
||||||
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
|
|
||||||
<buildcommand>org.jamon.project.markerUpdater</buildcommand>
|
|
||||||
</buildcommands>
|
|
||||||
<additionalConfig>
|
|
||||||
<file>
|
|
||||||
<name>.settings/org.jamon.prefs</name>
|
|
||||||
<content># now
|
|
||||||
eclipse.preferences.version=1
|
|
||||||
templateSourceDir=src/main/jamon
|
|
||||||
templateOutputDir=target/generated-jamon
|
|
||||||
</content>
|
|
||||||
</file>
|
|
||||||
</additionalConfig>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<!-- Run findbugs -->
|
<!-- Run findbugs -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
@ -813,6 +788,32 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-eclipse-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<additionalProjectnatures>
|
||||||
|
<projectnature>org.jamon.project.jamonnature</projectnature>
|
||||||
|
</additionalProjectnatures>
|
||||||
|
<buildcommands>
|
||||||
|
<buildcommand>org.jamon.project.templateBuilder</buildcommand>
|
||||||
|
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
|
||||||
|
<buildcommand>org.jamon.project.markerUpdater</buildcommand>
|
||||||
|
</buildcommands>
|
||||||
|
<additionalConfig>
|
||||||
|
<file>
|
||||||
|
<name>.settings/org.jamon.prefs</name>
|
||||||
|
<content># now
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
templateSourceDir=src/main/jamon
|
||||||
|
templateOutputDir=target/generated-jamon
|
||||||
|
</content>
|
||||||
|
</file>
|
||||||
|
</additionalConfig>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!--This plugin's configuration is used to store Eclipse m2e settings
|
<!--This plugin's configuration is used to store Eclipse m2e settings
|
||||||
|
|
|
@ -61,31 +61,6 @@
|
||||||
<skipAssembly>true</skipAssembly>
|
<skipAssembly>true</skipAssembly>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- General plugins -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-eclipse-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<additionalProjectnatures>
|
|
||||||
<projectnature>org.jamon.project.jamonnature</projectnature>
|
|
||||||
</additionalProjectnatures>
|
|
||||||
<buildcommands>
|
|
||||||
<buildcommand>org.jamon.project.templateBuilder</buildcommand>
|
|
||||||
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
|
|
||||||
<buildcommand>org.jamon.project.markerUpdater</buildcommand>
|
|
||||||
</buildcommands>
|
|
||||||
<additionalConfig>
|
|
||||||
<file>
|
|
||||||
<name>.settings/org.jamon.prefs</name>
|
|
||||||
<content># now
|
|
||||||
eclipse.preferences.version=1
|
|
||||||
templateSourceDir=src/main/jamon
|
|
||||||
templateOutputDir=target/generated-jamon
|
|
||||||
</content>
|
|
||||||
</file>
|
|
||||||
</additionalConfig>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<!-- Run findbugs -->
|
<!-- Run findbugs -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
@ -337,6 +312,32 @@
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-eclipse-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<additionalProjectnatures>
|
||||||
|
<projectnature>org.jamon.project.jamonnature</projectnature>
|
||||||
|
</additionalProjectnatures>
|
||||||
|
<buildcommands>
|
||||||
|
<buildcommand>org.jamon.project.templateBuilder</buildcommand>
|
||||||
|
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
|
||||||
|
<buildcommand>org.jamon.project.markerUpdater</buildcommand>
|
||||||
|
</buildcommands>
|
||||||
|
<additionalConfig>
|
||||||
|
<file>
|
||||||
|
<name>.settings/org.jamon.prefs</name>
|
||||||
|
<content># now
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
templateSourceDir=src/main/jamon
|
||||||
|
templateOutputDir=target/generated-jamon
|
||||||
|
</content>
|
||||||
|
</file>
|
||||||
|
</additionalConfig>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!--This plugin's configuration is used to store Eclipse m2e settings
|
<!--This plugin's configuration is used to store Eclipse m2e settings
|
||||||
|
|
Loading…
Reference in New Issue