Here is one use case (or probably something missing from
maven-eclipse-plugin):
- add a resource folder to your Java project
- add it in the pom.xml
- write some code to load some resource (e.g. using getResourceAsStream)
- test the project using M2 -- the resource will be found
- test the proje
Solved by adding that classpath using the build-helper-maven-plugin.
Thorsten Heit wrote:
Hi Adrian,
Is there some way to add a classpathentry such as
to the .classpath file?
It seems that the plugin knows only about classpath containers :-(
AFAIK no. The plugin only adds all the depe
lipse-plugin
How can i send JIRA Enhancement Request?
-Message d'origine-
De : Wayne Fay [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 20 avril 2007 17:30
À : Maven Users List
Objet : Re: adding classpathentry with maven-eclipse-plugin
I don't know, but if not,
Wayne
On 4/20/07, Marouane Amraoui <[EMAIL PROTECTED]> wrote:
How can i send JIRA Enhancement Request?
-Message d'origine-
De: Wayne Fay [mailto:[EMAIL PROTECTED]
Envoyé: vendredi 20 avril 2007 17:30
À: Maven Users List
Objet: Re: adding classpathentry with maven-eclipse-plugi
How can i send JIRA Enhancement Request?
-Message d'origine-
De : Wayne Fay [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 20 avril 2007 17:30
À : Maven Users List
Objet : Re: adding classpathentry with maven-eclipse-plugin
I don't know, but if not, it sounds like a
I don't know, but if not, it sounds like a reasonable enhancement, so
if you discover this feature is not currently available, I would
suggest that you file a JIRA Enhancement Request against the plugin.
Wayne
On 4/20/07, Marouane Amraoui <[EMAIL PROTECTED]> wrote:
Hi
Using eclipse maven plu
Hi
Using eclipse maven plugin : maven-eclipse-plugin
It is possible to indicate to this plugin to add a classpath kind container ?
By default this plugin can add all dependencies declared in the pom file as
It is possible with this maven plugin ?
-
Hi Adrian,
> Is there some way to add a classpathentry such as
>
>
>
> to the .classpath file?
>
> It seems that the plugin knows only about classpath containers :-(
AFAIK no. The plugin only adds all the dependencies contained in your pom.xml
to the .classpath file. Just for curiosity: W
Hi all,
Is there some way to add a classpathentry such as
to the .classpath file?
It seems that the plugin knows only about classpath containers :-(
Adrian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm