On 12/15/06, Steinar Bang <[EMAIL PROTECTED]> wrote:
>>>>> "Tom Huybrechts" <[EMAIL PROTECTED]>:
> On 12/15/06, Steinar Bang <[EMAIL PROTECTED]> wrote:
>> But is it possible for eclipse to have artifacts that are
>> directories? Or actually directory structures?
> It is not only possible, but even mandatory when they have embedded
> jars, and you want to use them as a target platform in the IDE.
Er, sorry... I mistyped.
I meant to say: Is it possible for _maven_ to have artifacts that are
directories? Or actually directory structures?
(since eclipse have the properties you mentioned above)
Specifically can maven handle, and store in its repository, artifacts
that are directory structures?
Or is the proper way to package them, and unpack them on site?
Maven needs artifacts to be single files, so they should be unpacked later.
Take a look at this:
http://maven.apache.org/plugins/maven-eclipse-plugin/install-plugins-mojo.html
Does that meet your needs ?
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]