Arnaud HERITIER wrote:
> are you sure that ${artifactId} is supported ? It's not ${pom.artifactId} ?
The javadoc in the plugin says:
/**
* Allows configuring the name of the eclipse projects. This
property wins over
* addVersionToProjectName and addGroupIdToProjectName
*
* You can use <code>${groupId}</code>, <code>${artifactId}</code> and
* <code>${version}</code> variables.
*
* eg. <code>${groupId}.${artifactId}-${version}</code>
*
* @parameter expression="${eclipse.projectNameTemplate}"
default-value="${artifactId}"
*/
private String projectNameTemplate;
I admit I haven't studied the code to be sure, but given that
default-value...?
Max.
signature.asc
Description: OpenPGP digital signature
