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?

Oh, I had to 'convert to maven project' and then the copy is executed during eclipse build. Cool. Thank you again.

On Wed, Apr 26, 2017 at 1:09 PM, Felix Dorner <felix.dorner@xxxxxxxxx> wrote:
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




--
Linux. The choice of a GNU generation.

Back to the top