__
Von: Robert Scholte
Gesendet: Dienstag, 12. April 2016 20:09
An: Maven Developers List
Betreff: Re: Classloading issues in maven plugin with custom lifecycle mapping
Hi,
do you have an example project (e.g. at github) to reproduce it?
Not sure if this is the issue, but maven-plugins cannot b
Hi,
do you have an example project (e.g. at github) to reproduce it?
Not sure if this is the issue, but maven-plugins cannot be part and used
by a multimodule project. Before a project can be built, all plugins must
be resolved. This shouldn't be an issue, since a maven-plugin should have
a
Hi,
I am currently working on converting Apache Flex from Ant to Maven. I have
managed to convert all of the Ant stuff in our newest SDK. I even built a new
maven plugin for doing the Flex compilation. All parts seem to be working great.
The build consists of:
- A compiler
- Some Framework