maven-mojo Questions
1
Solved
I am trying to load a projects class during the execution of a maven mojo.
Unfortunately this operation fails, since the class loader is missing a referenced class.
Looking around I found already t...
Aleda asked 26/5, 2021 at 10:37
3
Solved
I'm trying to develop a custom Maven plugin. I'm currently running into this problem when I execute my unit tests: java.lang.NoClassDefFoundError: org.eclipse.aether.RepositorySystemSession Stack t...
Roath asked 10/3, 2014 at 20:0
2
The example of map attribute for a mojo mentioned in maven.apache.org is quite simple as it defines a Map with a String as a key and as a value as specified below :
/**
* My Map.
*/
@Parameter
p...
Grecian asked 8/5, 2014 at 19:12
1
© 2022 - 2024 — McMap. All rights reserved.