You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastien Pennec <se...@qos.ch> on 2006/08/15 14:05:39 UTC

Site:deploy execution

Hello,

I've had a problem today with the site:deploy command.

My project had a parent pom, and 4 sub-modules. A distribution management element is 
present in the parent pom, and not in the sub-modules.
What I wanted to do is execute site:deploy on the parent pom and not have the site 
commande propagated to sub-modules. Is there a way to prevent its execution?

Thanks!

Sébastien

-- 
Sébastien Pennec
sebastien@qos.ch

Logback: The reliable, generic, fast and flexible logging framework for Java.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Site:deploy execution

Posted by Ciprian Duma <ci...@gmail.com>.
mvn -N site:deploy

On 8/15/06, Sebastien Pennec <se...@qos.ch> wrote:
> Hello,
>
> I've had a problem today with the site:deploy command.
>
> My project had a parent pom, and 4 sub-modules. A distribution management element is
> present in the parent pom, and not in the sub-modules.
> What I wanted to do is execute site:deploy on the parent pom and not have the site
> commande propagated to sub-modules. Is there a way to prevent its execution?
>
> Thanks!
>
> Sébastien
>
> --
> Sébastien Pennec
> sebastien@qos.ch
>
> Logback: The reliable, generic, fast and flexible logging framework for Java.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Site:deploy execution

Posted by Sebastien Pennec <se...@qos.ch>.
Actually, nabble connected the mails while I thought it would handle them as two threads.

Sorry bout that...

Sébastien

thiago a écrit :
> 
> Sorry, as i'm new to maven, I have no idea...
> 
> Why you replied my question with another question? This should be another
> post!
> 
> 
> Sebastien Pennec wrote:
>> Hello,
>>
>> I've had a problem today with the site:deploy command.
>>
>> My project had a parent pom, and 4 sub-modules. A distribution management
>> element is 
>> present in the parent pom, and not in the sub-modules.
>> What I wanted to do is execute site:deploy on the parent pom and not have
>> the site 
>> commande propagated to sub-modules. Is there a way to prevent its
>> execution?
>>
>> Thanks!
>>
>> Sébastien
>>
>> -- 
>> Sébastien Pennec
>> sebastien@qos.ch
>>
>> Logback: The reliable, generic, fast and flexible logging framework for
>> Java.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
> 

-- 
Sébastien Pennec
sebastien@qos.ch

Logback: The reliable, generic, fast and flexible logging framework for Java.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Site:deploy execution

Posted by thiago <tc...@gmail.com>.

Sorry, as i'm new to maven, I have no idea...

Why you replied my question with another question? This should be another
post!


Sebastien Pennec wrote:
> 
> Hello,
> 
> I've had a problem today with the site:deploy command.
> 
> My project had a parent pom, and 4 sub-modules. A distribution management
> element is 
> present in the parent pom, and not in the sub-modules.
> What I wanted to do is execute site:deploy on the parent pom and not have
> the site 
> commande propagated to sub-modules. Is there a way to prevent its
> execution?
> 
> Thanks!
> 
> Sébastien
> 
> -- 
> Sébastien Pennec
> sebastien@qos.ch
> 
> Logback: The reliable, generic, fast and flexible logging framework for
> Java.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Maven-is-lying-to-me%21-tf2108802.html#a5813014
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Site:deploy execution

Posted by Sebastien Pennec <se...@qos.ch>.
Hello Milos,

That's exactly what I wanted... although it's not really where I was looking for it :)

Thanks,

Sébastien

Milos Kleint a écrit :
> Sebastien Pennec wrote:
>> Hello,
>>
>> I've had a problem today with the site:deploy command.
>>
>> My project had a parent pom, and 4 sub-modules. A distribution 
>> management element is present in the parent pom, and not in the 
>> sub-modules.
>> What I wanted to do is execute site:deploy on the parent pom and not 
>> have the site commande propagated to sub-modules. Is there a way to 
>> prevent its execution?
>>
>> Thanks!
>>
>> Sébastien
>>
> check the command line options, one of them is to force maven not to 
> process the project's modules during the build. I think it's -N but not 
> completely sure.
> 
> Milos
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

-- 
Sébastien Pennec
sebastien@qos.ch

Logback: The reliable, generic, fast and flexible logging framework for Java.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Site:deploy execution

Posted by Milos Kleint <Mi...@Sun.COM>.
Sebastien Pennec wrote:
> Hello,
>
> I've had a problem today with the site:deploy command.
>
> My project had a parent pom, and 4 sub-modules. A distribution 
> management element is present in the parent pom, and not in the 
> sub-modules.
> What I wanted to do is execute site:deploy on the parent pom and not 
> have the site commande propagated to sub-modules. Is there a way to 
> prevent its execution?
>
> Thanks!
>
> Sébastien
>
check the command line options, one of them is to force maven not to 
process the project's modules during the build. I think it's -N but not 
completely sure.

Milos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org