[
https://jira.codehaus.org/browse/MECLIPSE-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-700.
-----------------------------------
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.
> maven-eclipse-plugin 2.9-SNAPSHOT generates .classpath file with error
> ----------------------------------------------------------------------
>
> Key: MECLIPSE-700
> URL: https://jira.codehaus.org/browse/MECLIPSE-700
> Project: Maven Eclipse Plugin
> Issue Type: Bug
> Affects Versions: 2.9
> Environment: win7 64bit; maven2.2.1; Eclipse-indigoSR1; jdk oracle
> 1.6.0_25
> Reporter: Yi Xiao
> Attachments: ingnoreTheReourceOutofProject.patch,
> outOfIndexWhenProcessResources.patch
>
>
> I convert a maven project to eclipse project using 2.9-SNAPSHOT. the
> .classpath file like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
> <classpathentry kind="src" path="src/test/java"
> output="target/test-classes" including="**/*.java"/>
> <classpathentry kind="src" path="src/test/resources"
> output="target/test-classes" excluding="**/*.java"/>
> <classpathentry kind="src" path="src/main" including="**/*.java"/>
> <classpathentry kind="src" path="F:/gep/branches/2.1.8/plugins"
> including="about.html" excluding="**/*.java"/>
> <classpathentry kind="src" path="." including="LICENSE.txt|NOTICE.txt"
> excluding="**/*.java"/>
> <classpathentry kind="src" path="F:/gep/branches/2.1.8"
> including="PLUGIN_RELEASE-NOTES-2.1.8.txt" excluding="**/*.java"/>
> ...
> </classpath>
> And the Markers view in eclipse has some error infos:
> Project 'org.apache.geronimo.jee.v21.jaxbmodel' is missing required source
> folder: 'F:/gep/branches/2.1.8'
> Project 'org.apache.geronimo.jee.v21.jaxbmodel' is missing required source
> folder: 'F:/gep/branches/2.1.8/plugins'
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)