NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
ndario Posted via mailing list.
|
Posted: Mon Jul 12, 2010 8:27 am Post subject: maven project with jax-ws plugin |
|
|
Hello,
I use jax-ws plugin with maven project to generate client for web service.
Problem is that all sources are generated to the "target" folder an
therefore not visible to IDE and compilation.
I could create separate project for WS client and add add it as dependency
but it for a simple client I'd rather have it in one project.
The workaround I don't like is to generate WS client sources to
'src/main/java' but it is not the best option (it is not cleaned etc).
Any suggestions?
Thanks!
Dario
--
View this message in context: http://old.nabble.com/maven-project-with-jax-ws-plugin-tp29136925p29136925.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
Dafe Simonek Posted via mailing list.
|
Posted: Tue Jul 20, 2010 9:46 am Post subject: maven project with jax-ws plugin |
|
|
No real suggestion, as I don't know much about jax-ws plugin, but
generate sources into "target" folder seems simply wrong to me, as maven
itself (not even IDE) will not look for them for compilation, as you said.
Dafe
On 07/12/2010 10:26 AM, ndario wrote:
| Quote: | Hello,
I use jax-ws plugin with maven project to generate client for web service.
Problem is that all sources are generated to the "target" folder an
therefore not visible to IDE and compilation.
I could create separate project for WS client and add add it as dependency
but it for a simple client I'd rather have it in one project.
The workaround I don't like is to generate WS client sources to
'src/main/java' but it is not the best option (it is not cleaned etc).
Any suggestions?
Thanks!
Dario
|
|
|
| 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
|
|