RE: Disable POM generation for deploye artifacts

2006-08-24 Thread Sharma, Jaikumar
Yes, Jorg, This is true, I have tried it (:
Thanks.

-Original Message-
From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 24, 2006 6:46 PM
To: Maven Users List
Subject: RE: Disable POM generation for deploye artifacts


Hi Sharma,

Sharma, Jaikumar wrote on Thursday, August 24, 2006 12:55 PM:

> Thanks Jon, but there is no way around to disable it completely ?

I think that this parameter is only taken into account for the
deploy:deploy-file goal. For a normal deploy it has no meaning.

> Regards.
> 
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jon SlinnHawkins
> Sent: Thursday, August 24, 2006 4:08 PM
> To: users@maven.apache.org
> Subject: Re: Disable POM generation for deploye artifacts
> 
> 
> if you are not generating a pom, you need to supply a pom to be 
> deployed.
> 
> blah/blah/pom.xml

Not true. Sun artifacts are deployed into local repos without POM generation
and without providing a POM file, since it is available in the public repo.

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Disable POM generation for deploye artifacts

2006-08-24 Thread Jörg Schaible
Hi Sharma,

Sharma, Jaikumar wrote on Thursday, August 24, 2006 12:55 PM:

> Thanks Jon, but there is no way around to disable it completely ?

I think that this parameter is only taken into account for the 
deploy:deploy-file goal. For a normal deploy it has no meaning.

> Regards. 
> 
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jon SlinnHawkins
> Sent: Thursday, August 24, 2006 4:08 PM
> To: users@maven.apache.org
> Subject: Re: Disable POM generation for deploye artifacts
> 
> 
> if you are not generating a pom, you need to supply a pom to be
> deployed. 
> 
> blah/blah/pom.xml

Not true. Sun artifacts are deployed into local repos without POM generation 
and without providing a POM file, since it is available in the public repo.

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Disable POM generation for deploye artifacts

2006-08-24 Thread Sharma, Jaikumar
Thanks Jon, but there is no way around to disable it completely ?
Regards.

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jon SlinnHawkins
Sent: Thursday, August 24, 2006 4:08 PM
To: users@maven.apache.org
Subject: Re: Disable POM generation for deploye artifacts


if you are not generating a pom, you need to supply a pom to be
deployed.

blah/blah/pom.xml

Cheers

Jon


"Sharma, Jaikumar" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> I have configured the maven-deploy-plugin in my parent pom as below, 
> which is supposed to disable the pom generation for deployed artifact
:
>   
> org.apache.maven.plugins
>maven-deploy-plugin
>2.2.1
>  
>false
>  
>  
>
> But, it does not work.
>
> Any thoughts ?
>
> Regards.
>
>
>
> -Original Message-
> From: Sharma, Jaikumar
> Sent: Thursday, August 24, 2006 3:30 PM
> To: Maven Users List
> Subject: Disable POM generation for deploye artifacts
>
>
> Is it possible to disable pom generation for deployed artifacts ? 
> Regards
>
>
> - - - - - - - DISCLAIMER- - - - - - - -
> Unless indicated otherwise, the information contained in this message 
> is privileged and confidential, and is intended only for the use of 
> the
> addressee(s) named above and others who have been specifically
authorized 
> to
> receive it. If you are not the intended recipient, you are hereby
notified
> that any dissemination, distribution or copying of this message and/or
> attachments is strictly prohibited. The company accepts no liability
for 
> any
> damage caused by any virus transmitted by this email. Furthermore, the
> company does not warrant a proper and complete transmission of this
> information, nor does it accept liability for any delays. If you have
> received this message in error, please contact the sender and delete
the
> message. Thank you.
> 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.


Re: Disable POM generation for deploye artifacts

2006-08-24 Thread Jon SlinnHawkins
if you are not generating a pom, you need to supply a pom to be deployed.

blah/blah/pom.xml

Cheers

Jon


"Sharma, Jaikumar" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> I have configured the maven-deploy-plugin in my parent pom as below,
> which is supposed to disable the pom generation for deployed artifact :
>   
> org.apache.maven.plugins
>maven-deploy-plugin
>2.2.1
>  
>false
>  
>  
>
> But, it does not work.
>
> Any thoughts ?
>
> Regards.
>
>
>
> -Original Message-
> From: Sharma, Jaikumar
> Sent: Thursday, August 24, 2006 3:30 PM
> To: Maven Users List
> Subject: Disable POM generation for deploye artifacts
>
>
> Is it possible to disable pom generation for deployed artifacts ?
> Regards
>
>
> - - - - - - - DISCLAIMER- - - - - - - -
> Unless indicated otherwise, the information contained in this message is
> privileged and confidential, and is intended only for the use of the
> addressee(s) named above and others who have been specifically authorized 
> to
> receive it. If you are not the intended recipient, you are hereby notified
> that any dissemination, distribution or copying of this message and/or
> attachments is strictly prohibited. The company accepts no liability for 
> any
> damage caused by any virus transmitted by this email. Furthermore, the
> company does not warrant a proper and complete transmission of this
> information, nor does it accept liability for any delays. If you have
> received this message in error, please contact the sender and delete the
> message. Thank you.
> 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Disable POM generation for deploye artifacts

2006-08-24 Thread Sharma, Jaikumar

I have configured the maven-deploy-plugin in my parent pom as below,
which is supposed to disable the pom generation for deployed artifact :
  
org.apache.maven.plugins
maven-deploy-plugin
2.2.1
  
false
  


But, it does not work.

Any thoughts ?

Regards.



-Original Message-
From: Sharma, Jaikumar 
Sent: Thursday, August 24, 2006 3:30 PM
To: Maven Users List
Subject: Disable POM generation for deploye artifacts


Is it possible to disable pom generation for deployed artifacts ? 
Regards
 
 
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.


Disable POM generation for deploye artifacts

2006-08-24 Thread Sharma, Jaikumar
Is it possible to disable pom generation for deployed artifacts ? 
Regards