Hi Susankha,

+1

This is the correct approach.

Thanks and Regards,
Harshana


On Wed, Jan 23, 2013 at 9:19 AM, Susankha Nirmala <[email protected]> wrote:

> Hi all,
>
>      when importing wso2 app server examples to developer studio, it has
> problem to identify the project nature. To solve i'm trying to set the
> project nature as a wso2 project when importing the wso2 app server example
> projects to developer studio. To achieve that i add below code segment to
> sample's pom.xml file.
>
>  <plugin>
>         <artifactId>maven-eclipse-plugin</artifactId>
>         <version>2.9</version>
>         <configuration>
>           <buildcommands>
>             <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
>           </buildcommands>
>           <projectnatures>
>             <projectnature>*peroject nature*  ( for eg : in a jax-ws
> project it : org.wso2.developerstudio.eclipse.jaxws.project.nature)
>  </projectnature>
>             <projectnature>org.eclipse.jdt.core.javanature</projectnature>
>           </projectnatures>
>         </configuration>
> </plugin>
>
> what are you think?
>



-- 


Harshana Martin
Senior Software Engineer
Member, Management Committee - Development Technologies
WSO2 Inc. : http://wso2.com ; http://wso2.org
Mobile: +94 775 998 115
Profile: https://www.google.com/profiles/harshana05
Blog: http://harshana05.blogspot.com
Twitter: http://twitter.com/harshana05
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to