You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Sami Shalabi (JIRA)" <ji...@apache.org> on 2008/01/08 04:41:33 UTC

[jira] Updated: (SHINDIG-3) Fix Attached: Adding support for creating a web tool eclipse project

     [ https://issues.apache.org/jira/browse/SHINDIG-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Shalabi updated SHINDIG-3:
-------------------------------

    Summary: Fix Attached: Adding support for creating a web tool eclipse project  (was: Adding support for creating a web tool eclipse project)

> Fix Attached: Adding support for creating a web tool eclipse project
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-3
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-3
>             Project: Shindig
>          Issue Type: Improvement
>         Environment: eclipse
>            Reporter: Sami Shalabi
>            Priority: Minor
>         Attachments: pom.xml
>
>
> Attached is the fix to have maven create an eclipse war project via:
> mvn eclipse:eclipse
> Fix:
> Index: java/gadgets/pom.xml
> ===================================================================
> --- java/gadgets/pom.xml        (revision 609816) 
> +++ java/gadgets/pom.xml        (working copy)
> @@ -20,6 +20,13 @@
>     <finalName>gadgets</finalName>
>     <plugins>
>       <plugin>
> +        <groupId>org.apache.maven.plugins </groupId>
> +        <artifactId>maven-eclipse-plugin</artifactId>
> +        <configuration>
> +          <wtpversion>1.0</wtpversion>
> +        </configuration>
> +      </plugin> 
> +      <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <source>1.5</source>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.