hello I would like to get output binaries -how many/ name and output paths, of an arbitrary maven project. It could have multiple ways / profiles of being built (for example client jar, service app and front end war file, the way to build these will be with me, provided in a build.json file with in my own format, by the project maintainer.
Is there a way, to not build the project, nor make a plugin, but some how query maven, giving it the profile and the pom.xml as input, and getting the list of project artifacts of the package step? In some it could be the default jar, in others a war file but not with the artifact's name (over ridden output file name). A project can have many profiles, if it has any, I will have information on one or more profile names I'm interested in. Even if a plugin changes the exact name or path of a output binary, will the maven API still know the new path? Let's assume its a well behaved standard plugin like the jar plugin? Are there any samples for this? -- Regards Tushar Kapila --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org