Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Can tycho pull a 3rd party (non-osgi) jar into a bundle lib dir and make sure it's on the bundle classpath?

Ok, this works on the command line. Great. Can you explain how I can 'execute' this special section in eclipse/m2e in your example?

<!-- Have m2e execute the jar copy step for easy project import in Eclipse -->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
...

Thanks again for help.
Felix


Back to the top