RE: mvn idea bundles provided libraries

2006-07-31 Thread Roald Bankras
That’s a “bug” is the idea plugin. You can configure IDEA to not package the 
library on compilation. 


Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 29, 2006 7:57 AM
To: Maven Users List
Subject: mvn idea bundles provided libraries

I have a web module in which the servlet API jar is declared with scope
provided. When I generate an IDEA project file, provided scoped
libraries are also included as a library to be deployed by the web module.
provided modules should not be packaged by the web module. I'm using the
2.0 version of the idea plugin. Is there a way to exclude provided libraries
from being packaged but present during compile?

Thanks,
Sanjiv


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

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



RE: mvn idea bundles provided libraries

2006-07-31 Thread Roald Bankras
I've reported, and tried to fix it in MIDEA-62.

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Roald Bankras [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 31, 2006 9:00 AM
To: Maven Users List
Subject: RE: mvn idea bundles provided libraries

That’s a “bug” is the idea plugin. You can configure IDEA to not package the 
library on compilation. 


Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 29, 2006 7:57 AM
To: Maven Users List
Subject: mvn idea bundles provided libraries

I have a web module in which the servlet API jar is declared with scope
provided. When I generate an IDEA project file, provided scoped
libraries are also included as a library to be deployed by the web module.
provided modules should not be packaged by the web module. I'm using the
2.0 version of the idea plugin. Is there a way to exclude provided libraries
from being packaged but present during compile?

Thanks,
Sanjiv


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

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




-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/403 - Release Date: 7/28/2006
 

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



Re: mvn idea bundles provided libraries

2006-07-31 Thread Edwin Punzalan

patch applied, thanks.

Btw, I added the unit test for this new feature.


^_^


Roald Bankras wrote:

I've reported, and tried to fix it in MIDEA-62.

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Roald Bankras [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 31, 2006 9:00 AM

To: Maven Users List
Subject: RE: mvn idea bundles provided libraries

That’s a “bug” is the idea plugin. You can configure IDEA to not package the library on compilation. 



Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 29, 2006 7:57 AM

To: Maven Users List
Subject: mvn idea bundles provided libraries

I have a web module in which the servlet API jar is declared with scope
provided. When I generate an IDEA project file, provided scoped
libraries are also included as a library to be deployed by the web module.
provided modules should not be packaged by the web module. I'm using the
2.0 version of the idea plugin. Is there a way to exclude provided libraries
from being packaged but present during compile?

Thanks,
Sanjiv


  


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



Re: mvn idea bundles provided libraries

2006-07-31 Thread Sanjiv Jivan

Thanks Roald, Edwin.

Can someone provide instructions on how to install this plugin if I build it
from SVN?

Thanks,
Sanjiv


On 7/31/06, Edwin Punzalan [EMAIL PROTECTED] wrote:


patch applied, thanks.

Btw, I added the unit test for this new feature.


^_^


Roald Bankras wrote:
 I've reported, and tried to fix it in MIDEA-62.

 Roald Bankras
 Software Engineer
 JTeam b.v.

 -Original Message-
 From: Roald Bankras [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 31, 2006 9:00 AM
 To: Maven Users List
 Subject: RE: mvn idea bundles provided libraries

 That's a bug is the idea plugin. You can configure IDEA to not package
the library on compilation.


 Roald Bankras
 Software Engineer
 JTeam b.v.

 -Original Message-
 From: Sanjiv Jivan [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 29, 2006 7:57 AM
 To: Maven Users List
 Subject: mvn idea bundles provided libraries

 I have a web module in which the servlet API jar is declared with scope
 provided. When I generate an IDEA project file, provided scoped
 libraries are also included as a library to be deployed by the web
module.
 provided modules should not be packaged by the web module. I'm using
the
 2.0 version of the idea plugin. Is there a way to exclude provided
libraries
 from being packaged but present during compile?

 Thanks,
 Sanjiv




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




Re: mvn idea bundles provided libraries

2006-07-31 Thread Edwin Punzalan


just do mvn install -DupdateReleaseInfo=true on your machine.

Sanjiv Jivan wrote:

Thanks Roald, Edwin.

Can someone provide instructions on how to install this plugin if I 
build it

from SVN?

Thanks,
Sanjiv


On 7/31/06, Edwin Punzalan [EMAIL PROTECTED] wrote:


patch applied, thanks.

Btw, I added the unit test for this new feature.


^_^


Roald Bankras wrote:
 I've reported, and tried to fix it in MIDEA-62.

 Roald Bankras
 Software Engineer
 JTeam b.v.

 -Original Message-
 From: Roald Bankras [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 31, 2006 9:00 AM
 To: Maven Users List
 Subject: RE: mvn idea bundles provided libraries

 That's a bug is the idea plugin. You can configure IDEA to not 
package

the library on compilation.


 Roald Bankras
 Software Engineer
 JTeam b.v.

 -Original Message-
 From: Sanjiv Jivan [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 29, 2006 7:57 AM
 To: Maven Users List
 Subject: mvn idea bundles provided libraries

 I have a web module in which the servlet API jar is declared with 
scope

 provided. When I generate an IDEA project file, provided scoped
 libraries are also included as a library to be deployed by the web
module.
 provided modules should not be packaged by the web module. I'm using
the
 2.0 version of the idea plugin. Is there a way to exclude provided
libraries
 from being packaged but present during compile?

 Thanks,
 Sanjiv




-
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]



mvn idea bundles provided libraries

2006-07-28 Thread Sanjiv Jivan

I have a web module in which the servlet API jar is declared with scope
provided. When I generate an IDEA project file, provided scoped
libraries are also included as a library to be deployed by the web module.
provided modules should not be packaged by the web module. I'm using the
2.0 version of the idea plugin. Is there a way to exclude provided libraries
from being packaged but present during compile?

Thanks,
Sanjiv