Hi, Given a groupId, artifactId and a version, how can I know the final name of the file? For example, <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>2.0.4</version> The file will be maven-core-2.0.4.jar But the packaging can be not only jar, but war, ear... Is there an API from within Maven to get this file name? Thanks!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
