- This topic has 3 replies, 3 voices, and was last updated 16 years, 1 month ago by support-pete.
-
AuthorPosts
-
muddu_shafiMemberWell I am having trouble executing the maven1 files.
When I looked back and see that these files are Maven1Files. Now I have downloaded maven4myeclipse(Myeclipse6.5).I have a project structure as such
atcc-common
|-security
| |-src
| | !-java
| | !***.java
| |-maven.xml
| |- project.xml(extends ${basedir}/../project.xml)
|–maven.xml
|-project.xml(Master POM)I am trying to run maven:install on of the project.xml file(child or master) in ECLIPSE, it creates only atcc-common.jar file in the local repository.
How can I make it to generate atcc-common-secruity.jar file in local repository.
Please anybody answer my question, its Urgent?
As all other projects depends on this jar file.
Riyad KallaMembermuddu,
One of the cool new features in Maven4MyEclipse is you can right-click on any JAR file (or go to File > Import) and use the Maven Import wizard to import any JAR into the local repository so you can use ti with other projects.After you generate your JAR, be sure to run that command and it will get dropped into the local repository for you and the dependency map will get updated with it so you can assign it to other projects.
muddu_shafiMemberI did not get what u said.
To be clear I have a project.xml file for the project which I checked out from the CVS. I am trying to run the project,xml file
i.e right click on the project.xml file.
But i am not getting any build options that I usually get executing POM.xml.
Only thing I am getting is when I click RunAs-> open dialog.What should I do now? How do I run this Project.xml? How should I run maven:install command on this file so that the file jar gets build and gets stored in the local repository.
support-peteMemberThanks for the inquiry, this is not standard Maven protocol, and it is also not standard Maven4MyEclipse functionality, as Maven is a “code by convention” platform.
You might find a workaround in the Maven platform that Maven4MyEclipse would then support, but I have never experienced anyone who wanted this before, so it may be obscure and hard to find.
Thus you may have less trouble in the end just renaming project.xml to pom.xml
-
AuthorPosts