| Anonymous wrote: |
| i have created on.. which
- enable you to use dependencies declared in pom.xml as java library - or you can copy dependencies declared in pom.xml into java project - Add M2_REPRO VARIABLE to eclipse Env for using with "mvn eclipse:eclipse" if you need to try this, leave me your e-mail here... |
| Anonymous wrote: |
| It's seem you use difference local repo for antlib..
this plugin will check for C:\Documents and Settings\<user>\.m2settings.xml for local repo if not found it will use default one which is <user home>/.m2/repository you may need to create setting file for this plugins here is my cuurent setting file <settings> <!-- localRepository | The path to the local repository maven will use to store artifacts. | | Default: ~/.m2/repository --> <localRepository>D:/Workspaces/java-repository</localRepository> </settings> thank for trying my plugins thawee |
| Anonymous wrote: |
| oop! sorry my misstake the file sjhould be
C:\Documents and Settings\Chris\.m2\settings.xml |
| Anonymous wrote: | ||
Thanks |
| Anonymous wrote: |
| maven 2 eclipse plugin:
http://maven.apache.org/eclipse-plugin.html |