I suppose you'll have to file a feature request on Mojo's JIRA.
Or vote for http://jira.codehaus.org/browse/MOJO-652, which could be a
solution in your case?
Le mardi 7 août 2007, Mick Knutson a écrit :
> I want to add *.jar as a file artifact like:
>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>build-helper-maven-plugin</artifactId>
> <executions>
> <execution>
> <id>attach-artifacts</id>
> <phase>package</phase>
> <goals>
> <goal>attach-artifact</goal>
> </goals>
> <configuration>
> <artifacts>
> <artifact>
>
> <file>${basedir}/target/bpel_*.jar</file> <type>jar</type>
> <classifier></classifier>
> </artifact>
> </artifacts>
> </configuration>
> </execution>
>
> </executions>
> </plugin>
>
>
> But it keeps saying there that bpel_*.jar does not exist. How can I wild
> card this value?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]