[ 
https://jira.codehaus.org/browse/MECLIPSE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MECLIPSE-470.
-----------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

> No .project generated when packaging tag is set to pom in the pom.xml
> ---------------------------------------------------------------------
>
>                 Key: MECLIPSE-470
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-470
>             Project: Maven Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Workspace settings
>            Reporter: Benjamin Francisoud
>
> When Using mvn eclipse:eclipse on a project where the pom.xml is set to 
> packaging="pom" :
> {code:xml} 
> <project ...>
>       <modelVersion>4.0.0</modelVersion>
>       <groupId>my.package</groupId>
>       <artifactId>ProjectName</artifactId>
>       <packaging>pom</packaging>
> ...
> </project>
> {code} 
> No .classpath is generated (that's ok)
> But there is no .project file neither:
> {noformat} 
> [INFO] Preparing eclipse:eclipse
> [INFO] No goals needed for project - skipping
> [INFO] [eclipse:eclipse]
> [INFO] Not running eclipse plugin goal for pom project
> [INFO] Using as WTP server : null
> [INFO] Adding default classpath contaigner: 
> org.eclipse.jdt.launching.JRE_CONTAINER
> {noformat} 
> Nothing is generated :(
> It should generate a .project with a simple eclipse project (not a java 
> project).
> So the .project should look like:
> {code:xml} 
> <projectDescription>
>       <name>ProjectName</name>
>       <comment></comment>
>       <projects>
>       </projects>
>       <buildSpec>
>       </buildSpec>
>       <natures>
>       </natures>
> </projectDescription>
> {code} 
> The project can be imported easily in eclipse.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to