mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
removed tabs introduced by Eclipse.
Added m2e configuration so import in Eclipse is error-free.
This commit is contained in:
parent
351a81f4f0
commit
a37e89f34b
@ -283,36 +283,36 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<!--m2e configuration only to prevent errors in import.
|
<!--m2e configuration only to prevent errors in import.
|
||||||
NOTE: This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
|
NOTE: This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.m2e</groupId>
|
<groupId>org.eclipse.m2e</groupId>
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<artifactId>lifecycle-mapping</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<lifecycleMappingMetadata>
|
<lifecycleMappingMetadata>
|
||||||
<pluginExecutions>
|
<pluginExecutions>
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
<pluginExecutionFilter>
|
<pluginExecutionFilter>
|
||||||
<groupId>
|
<groupId>
|
||||||
org.alfresco.maven.plugin
|
org.alfresco.maven.plugin
|
||||||
</groupId>
|
</groupId>
|
||||||
<artifactId>
|
<artifactId>
|
||||||
alfresco-maven-plugin
|
alfresco-maven-plugin
|
||||||
</artifactId>
|
</artifactId>
|
||||||
<versionRange>
|
<versionRange>
|
||||||
[2.0.0-SNAPSHOT,)
|
[2.0.0-SNAPSHOT,)
|
||||||
</versionRange>
|
</versionRange>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>set-version</goal>
|
<goal>set-version</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore></ignore>
|
<ignore></ignore>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
</pluginExecutions>
|
</pluginExecutions>
|
||||||
</lifecycleMappingMetadata>
|
</lifecycleMappingMetadata>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user