NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Netbeans 6.9 automatically modyfies pom on save

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
Marcin Kwapisz
Posted via mailing list.





PostPosted: Tue Sep 21, 2010 4:45 pm    Post subject: Netbeans 6.9 automatically modyfies pom on save Reply with quote

Hi,
I try to build Java SE WebService client (with maven). I configured pom and added as dependency webservices-rt

<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices-rt</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>

What is odd to me, when I save pom file NB automatically changes scope to provided?
What is going on? Can I turn of that "feature"?

Thanks in advance for help
Regards
--
Marcin Kwapisz
Politechnika Łódzka, Wydział FTIMS
Instytut Informatyki, Zakład Sieci Komputerowych
Back to top
Antonin Nebuzelsky
Posted via mailing list.





PostPosted: Thu Sep 23, 2010 3:43 pm    Post subject: Netbeans 6.9 automatically modyfies pom on save Reply with quote

What you are running into is a fix of the following issue

http://netbeans.org/bugzilla/show_bug.cgi?id=161477

Please, add a comment in that issue or file a new one against
webservices/code in bugzilla.

~t


On 09/20/2010 04:49 PM, Marcin Kwapisz wrote:
Quote:
Hi,
I try to build Java SE WebService client (with maven). I configured pom and added as dependency webservices-rt

<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices-rt</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>

What is odd to me, when I save pom file NB automatically changes scope to provided?
What is going on? Can I turn of that "feature"?

Thanks in advance for help
Regards
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo