Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Improve Eclipse m2e plugin lifecycle mapping #60

Closed
iromu opened this issue Jul 14, 2014 · 0 comments
Closed

Improve Eclipse m2e plugin lifecycle mapping #60

iromu opened this issue Jul 14, 2014 · 0 comments

Comments

@iromu
Copy link
Contributor

iromu commented Jul 14, 2014

I think it's a good idea to wrap the configuration inside a profile. Because Eclipse is not the trending IDE anymore.

    <profile>
            <id>eclipse-lifecycle</id>
            <activation>
                <property>
                    <name>m2e.version</name>
                </property>
            </activation>
            <build>
                <pluginManagement>
                    <plugins>
                        <plugin>
                            <groupId>org.eclipse.m2e</groupId>
                            <artifactId>lifecycle-mapping</artifactId>
                            <version>1.0.0</version>
                            <configuration>
...
@ghost ghost closed this as completed Jan 29, 2015
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant