Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e generates stuff....

I also have this m2e problem... I tried to google it, at it seems to be a known problem. 

maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>2.1</version>
                <executions>
                    <execution>
                        <id>copy</id>
                        <phase>package</phase>
                        <goals>
                            <goal>copy-dependencies</goal>
                        </goals>
                        <configuration>
                            <useRepositoryLayout>true</useRepositoryLayout>
                            <outputDirectory>${project.build.directory}/lib</outputDirectory>
                        </configuration>
                    </execution>
                </executions>
            </plugin>




On Wed, Jan 23, 2013 at 11:03 AM, Kristian Lind <klpcrap@xxxxxxxxx> wrote:
I actually don't know if this a problem yet... I just cloned this project, and I get so many maven errors.. but maybe they belong in a maven forum. 


On Wed, Jan 23, 2013 at 10:12 AM, Kristian Lind <klpcrap@xxxxxxxxx> wrote:
Ubuntu 12.04
Eclipse Juno Service Release 1
m2e - Maven Integration for Eclipse 1.2.0.20120903-1050

I am using a existing maven project, what I so far dont know so much about. 
When opening the project in eclipse i see that m2e generates some stuff under target foler... why is this happening ? 

See attached picture... 



--
Med venlig hilsen / Best regards

Kristian Lind



--
Med venlig hilsen / Best regards

Kristian Lind



--
Med venlig hilsen / Best regards

Kristian Lind

Back to the top