[ clean:classes broken? ]
dunno
[ jar:install options? ]
Is there anyway to install the project's .jar under the top package?
easy:
<dependency>
<groupId>ttna</groupId>
<version>blah</version>
<id>ttna</id>
</dependency>
<dependency>
<groupId>ttna</groupId>
<version>blah</version>
<id>ttnasecurity</id>
</dependency>with files
repo/ttna/jars/ttna-blah.jar repo/ttna/jars/ttnasecurity-blah.jar
is what you need. Plenty of examples around, or try the docs.
- Leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
