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>
|
||||
<!--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. -->
|
||||
<plugin>
|
||||
<groupId>org.eclipse.m2e</groupId>
|
||||
<artifactId>lifecycle-mapping</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<configuration>
|
||||
<lifecycleMappingMetadata>
|
||||
<pluginExecutions>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>
|
||||
org.alfresco.maven.plugin
|
||||
</groupId>
|
||||
<artifactId>
|
||||
alfresco-maven-plugin
|
||||
</artifactId>
|
||||
<versionRange>
|
||||
[2.0.0-SNAPSHOT,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>set-version</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.m2e</groupId>
|
||||
<artifactId>lifecycle-mapping</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<configuration>
|
||||
<lifecycleMappingMetadata>
|
||||
<pluginExecutions>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>
|
||||
org.alfresco.maven.plugin
|
||||
</groupId>
|
||||
<artifactId>
|
||||
alfresco-maven-plugin
|
||||
</artifactId>
|
||||
<versionRange>
|
||||
[2.0.0-SNAPSHOT,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>set-version</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user