NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Marcin Kwapisz Posted via mailing list.
|
Posted: Tue Sep 21, 2010 4:45 pm Post subject: Netbeans 6.9 automatically modyfies pom on save |
|
|
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.
|
Posted: Thu Sep 23, 2010 3:43 pm Post subject: Netbeans 6.9 automatically modyfies pom on save |
|
|
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 |
|
 |
|
|
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
|
|