Eric
For #1 what if i have 100 .jars have i to do it one by one... or is
there any tip to do in a one line ( take all a folder with the 100
.jar's )
-------------------------------------------------------------------------------------------------
For #2 i probe site:site but also do compile ????
regards
Julio Oliveira - Buenos Aires
-------------------------------------------------------------------------------------------------
On 4/4/06, Eric Redmond <[EMAIL PROTECTED]> wrote:
> For #2, you can just run the site:site goal directly, without running
> through the build lifecycle.
>
> On 4/4/06, Julio Oliveira <[EMAIL PROTECTED]> wrote:
> >
> > Hi
> >
> >
> > 1) . I need to compile a java project, that has a fileset like this in ant
> >
> > <fileset dir="../../libMLI">
> >
> > <include name="**/*.jar" />
> >
> > </fileset>
> >
> > this work fine in ant, but i don't see who to do the declarative for
> > maven2
> >
> > ? can i do a lib declarative. I have a lot of .jar to install it at the
> > repository .
> > something like this ??
> >
> >
> > <dependency>
> > <groupId>JXT</groupId>
> > <artifactId>JXT_LATAM</artifactId>
> > <version>1.1</version>
> > <scope>system</scope>
> > <systemPath>${basedir}\libJXTI\jaxt-libs.jar</systemPath>
> > </dependency>
> >
> > 2) i need to generate de maven site for the project, but always it
> > depends on compile
> >
> > ? how can i do for do it, with out compile like -
> > Dmaven.compile.skip=true ???
> >
> > Thanks in advanced
> >
> >
> > Julio Oliveira - Buenos Aires
> >
> >
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]