Re: use mvn install inside POM.xml

2007-03-12 Thread Neeraj Bisht
There are two solution 1)put that jar manually in the Repository 2) or use ANT task inside the Pom.xml (use copy task of ant) On 3/12/07, Gregory Kick [EMAIL PROTECTED] wrote: It doesn't look like it because you can't override artifactId, groupId, file, etc. On 3/12/07, sirji [EMAIL

Re: two projects.. invoke install for first project from another

2007-03-12 Thread Neeraj Bisht
use multiproject build to do your task On 3/11/07, sirji [EMAIL PROTECTED] wrote: Hi all, I have two projects, first is JAR project and second is webapp project. I want to invoke the install goal for the first project from the POM file of second project and expect it to move into the Lib

Re: Building using Maven tool

2007-03-06 Thread Neeraj Bisht
i think you are missing required jar in repository or you have not provided in your pom like com.sun.xml.bind.util does not work on the following area in your pom dependencies dependencyhttp://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_dependency

Re: Maven 1.x users

2007-02-02 Thread Neeraj Bisht
Many of us using maven 1.0 because it is more stable and we can use as much as customization using pre and post goal Regards Neeraj On 2/2/07, Build Admin [EMAIL PROTECTED] wrote: Hi Friends I am a maven 1.x user. I don't find more users in my side. If so please mail me. I am having some

Re: null project

2007-01-23 Thread Neeraj Bisht
You have not specify the name in the project nameMaven Quick Start Archetype/name On 1/24/07, adingfelder [EMAIL PROTECTED] wrote: when running maven (from within eclipse) I get the following at the start of the build [DEBUG] Building Maven user-level plugin registry from:

Maven in .NET

2007-01-22 Thread Neeraj Bisht
Hi all i have been using maven 1.0.2 for java build and deployment in jboss server . my question is that, Is any build tool like maven available to build .net project and deployment or there is version available of maven for .net Regards Thanks Neeraj

Fwd: Maven in .NET

2007-01-22 Thread Neeraj Bisht
-- Forwarded message -- From: Neeraj Bisht [EMAIL PROTECTED] Date: Jan 23, 2007 10:07 AM Subject: Maven in .NET To: Maven Users List users@maven.apache.org Hi all i have been using maven 1.0.2 for java build and deployment in jboss server . my question

Re: Alternative to maven

2007-01-21 Thread Neeraj Bisht
There is maven plugin available for maven 1.0.x and for maven 2.0.X in eclipse ID might be its help you ,it is free Regards Neeraj On 1/22/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: Hi, A month ago I started looking for a solution for building different kind of projects. I have to say

Re: Setting up a Internal Maven Repo

2007-01-15 Thread Neeraj Bisht
Hi go for this link http://maven.apache.org/maven-1.x/reference/internal-repositories.html it will help you Regards Neeraj On 1/16/07, CHHAJED, Amit, GBM [EMAIL PROTECTED] wrote: Hi, I was looking for a links which will help me in setting up a Internal Maven repository and things that I

Re: gwt maven 2

2007-01-12 Thread Neeraj Bisht
i think you have not included the .xml file the jar or war project use tag include*.xml /include in your pom By the way maven 1.0.2 plugin is quite god and powerfull (we are using gwt plugin in maven 1.0.2 Regards Neeraj On 1/12/07, Maruf Aytekin [EMAIL PROTECTED] wrote: I have a gwt

Re: could not find build.properties

2007-01-10 Thread Neeraj Bisht
Actully you do not need to use build.properties file for maven ,but if you need to use build.proerties for maven then put it in ${userhome} On 1/10/07, Neeraj Sehgal [EMAIL PROTECTED] wrote: hi! i m facing a problem. actually i m trying to install pluto 1.0.1 from the link

Re: Multi project Feature

2007-01-10 Thread Neeraj Bisht
use maven 1.0.2 insted of maven 2.0 and use multiproject plugin ,in maven 1.0.2 you can customise the structure in pre and post goal On 1/10/07, Marouane Amraoui [EMAIL PROTECTED] wrote: Hi, I have 4 eclipse project : MYPROJECT_Appli : business layer : as jar file package

Re: cargo plugin to deploy on geronimo

2006-12-15 Thread Neeraj Bisht
go for apache site and read the plugin properties On 12/15/06, Vinita Joshi [EMAIL PROTECTED] wrote: I am having hard time configuring pom.xml to deploy code on geronimo. Does anybody know any tutorial or any document on this? Regards, Vinita

Re: Error in running mvn

2006-12-05 Thread Neeraj Bisht
you have not set java_home or maven home On 12/6/06, Dheeraj Agrawal [EMAIL PROTECTED] wrote: Hi, I just downloaded the bin tar ball for maven. Extracted it and now trying to run it. But I am getting the following error. [EMAIL PROTECTED]:~/maven-2.0/bin$ ./mvn Exception in thread main

Re: How to ignore certain files in the source tree

2006-12-04 Thread Neeraj Bisht
use exclude inside the resource tag for the file which you not needed and in resource directory use the src\main\java it is worked in maven 1.x but not sure about in maven 2.x i think it will work on it also Regards Neeraj On 12/5/06, Christian Goetze [EMAIL PROTECTED] wrote: Wendy

Webspear plugin for maven 1.0.2

2006-12-01 Thread Neeraj Bisht
hi all i am able to build all the artifact through maven 1..0.2 but now the time of deployment ,and we are planing to do deployment in webspare portale can any one suggest me from where i can found the plugin of webspare for maven1.0.2 on googling i found plugin for tomcat and JBoss

Re: [M2] A good guide to Multi-Module Assemblies?

2006-11-30 Thread Neeraj Bisht
hi go to apache site in plugin sectio you will find the relevent information On 12/1/06, Mick Knutson [EMAIL PROTECTED] wrote: What is the issue? There is this: http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html And it seems to work pretty well for me. If I knew what

change the local repository in maven 1.x

2006-11-14 Thread Neeraj Bisht
hi we are using GWT ,and we build our GWT project with maven 1.x ,now google release new jar and this time the jar path should not contain any spaces in between the path but we all know that maven build the repository at $(userhome}/.maven/repositort and userhome contain spaces like

out of memory problem in maven 1.x

2006-11-14 Thread Neeraj Bisht
hi we are compiling our gwt source with maven 1.x but now our project is become heaver and on compiling through maven it give out of memory problem is there any way by which we increash the memory of maven 1.x Thanks Regards Neeraj

Re: change the local repository in maven 1.x

2006-11-14 Thread Neeraj Bisht
thank it works On 11/15/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: in your project or user settings you define the property maven.repo.local=c:/somewherelese http://maven.apache.org/maven-1.x/reference/properties.html Arnaud On 11/14/06, Neeraj Bisht [EMAIL PROTECTED] wrote: hi

Re: Ant tasks in Maven

2006-10-16 Thread Neeraj Bisht
use ant task at worst case ,if you able to write the plugin then write it and remove the ant task As far as my knowledge ant task will be there in maven 2.0 as last as maven will be there On 10/17/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Is using Ant tasks in Maven

need all dependency at compile time

2006-10-11 Thread Neeraj Bisht
hi all i want to collect all jar file at one place from my pom.xmldependency ,i write one plugin for that but in that plugin i am unable to define the path of lib how i can achieve this ,i do not know we are migrating our project from maven 1.x to maven 2.0.4 we have done that work

cruise control in maven 2.x

2006-10-10 Thread Neeraj Bisht
hi all i had already cofigure cruise control with maven 1.X but now we are shifting to maven 2.X i searched in the google and did not find any plugin is there any cruise control plugin available for maven 2.x i also came to know on googling that * Continuum is also an alternative of

jar and war together

2006-10-09 Thread Neeraj Bisht
hi all i want to install jar and war from one pom but how i can achieve this i do not know i tried and able to made the jar and war from single pom but able only to install one ,either jar or war can any one tell me how i can install or deploy both jar and war Regards Neeraj

har plugin

2006-10-09 Thread Neeraj Bisht
hi all can any one tell be there is any plugin for packing my project in har file as like of jar , Regards Neeraj

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
, if the latter look at http://maven.apache.org/plugins/maven-install-plugin/ in short just run 'mvn install'. I guess it was the first you were after? :-) -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto: [EMAIL PROTECTED] Sendt: 9. oktober 2006 08:40 Til: users@maven.apache.org

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
\repository\com\daffodilwoods\fr amework\dakwar\1.0-SNAPSHOT\ If only the jar, if you look iside that jar, is it the war content you see? -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 11:52 Til: Maven Users List Emne: Re: jar and war together

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
at what extend i understand his thought i tried but get the same result as it was On 10/9/06, Naess, Ronny [EMAIL PROTECTED] wrote: Did you take a look at what Mark Struberg wrote? -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 13:19

War without lib and classes maven 2.0.4

2006-10-07 Thread Neeraj Bisht
hi all i want the war file without lib and classes for this i write ant task and merze in my pom the ant task as follow plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution

Re: Maven WAR/EAR projects and the WebSphere test server

2006-10-06 Thread Neeraj Bisht
in jaboss you have to need hibernateservice.xml and mysql-ds.xml file i am using the multiproject pom and deploy ear in jboss no ideya in webspere On 10/7/06, Marco Mistroni [EMAIL PROTECTED] wrote: Hello, not sure if it can help but i have just completed to move a WAS project to jboss using

Re: ANT in maven 2.X

2006-10-05 Thread Neeraj Bisht
hi Marco Thanks for your replay now i am able to run the ant task in maven 2.0.4 Regards Neeraj On 10/5/06, Marco Mistroni [EMAIL PROTECTED] wrote: Hello, try this plugin artifactIdmaven-antrun-plugin/artifactId executions execution

Multiproject run V/S Individual run

2006-10-05 Thread Neeraj Bisht
hi all i am using maven 2.0.4 i used multiproject environment ,in this one project is dependent on other like wise .,these project work fine if i run all together from parent pom but when i run any one project it go for downloading the dependency of dependent project i am

Re: [m2] Exclude resources from Jar?

2006-10-05 Thread Neeraj Bisht
hi just use excludes exclude /eclude /exclude tag in resource to exclude any resource Regards Neeraj On 10/6/06, Ian Brandt [EMAIL PROTECTED] wrote: Hi,

ANT in maven 2.X

2006-10-04 Thread Neeraj Bisht
hi all i want to include ant task in my pom (maven 2.0.4 ) but how i can proceed , i do not know i did googling and find some link on apache site http://maven.apache.org/plugins/maven-antrun-plugin/usage.html but here it is not clear and i tried i did not get any error and also i am

Re: ANT in maven 2.X

2006-10-04 Thread Neeraj Bisht
the outcome of copy (pls anyone correct me if i m mwrong, but i have experienced same behaviour).. hth marco. On 10/4/06, Neeraj Bisht [EMAIL PROTECTED] wrote: hi all i want to include ant task in my pom (maven 2.0.4 ) but how i can proceed

Re: Is there any instructional book for Maven-1?

2006-10-03 Thread Neeraj Bisht
hi Actully ,there is no such document available in which u will get whole maven 1.0.2 but if u search in google u will find the relevent matterial Regards Neeraj On 10/3/06, Evi [EMAIL PROTECTED] wrote: Hello! I do have the the book Better Builds with Maven 2, but have to use Maven-1.0.2

Re: help to find link for maven 1.0.2

2006-09-30 Thread Neeraj Bisht
hi dan Thanks for your information provided to me , do know some good free book on maven 1.0.2 Regards Neeraj On 9/30/06, dan tran [EMAIL PROTECTED] wrote: that book never commercially materialized, and perhaps the author decided to take it off line too -D On 9/29/06, Neeraj

Multiproject Rector

2006-09-30 Thread Neeraj Bisht
hi all i am unable to get answer of my Question regarding maven 1.0.2 i want to know that while building the multiple project through reactor in maven 1.0.2 , is build on the bases of dependency based on each othere or its build in the sorted order Regards Neeraj

Re: clean plugin

2006-09-30 Thread Neeraj Bisht
This is possible in maven 1.0.2 but not no, is it posible in maven2.0 On 9/30/06, Yann Albou [EMAIL PROTECTED] wrote: In our project we use symbolic links under windows (using a tools that simulates what is possible under unix/linux ;-) http://www.sysinternals.com/Utilities/Junction.html).

Re: [M2] Where to place servlet code in a WAR project?

2006-09-30 Thread Neeraj Bisht
put your servlet class inside src/main/java and check your pom On 9/30/06, Owen Jacobson [EMAIL PROTECTED] wrote: On 9/29/06, Max Cooper [EMAIL PROTECTED] wrote: Justin, I am not sure where the imported_classes directory is coming from. That is not the normal behavior for Maven. Normally,

Re: Excluding depencencies inherited from parent

2006-09-30 Thread Neeraj Bisht
yes it is possible by giving the scope of dependeny as a runtime On 9/30/06, Tom Hurley [EMAIL PROTECTED] wrote: Hi: Is it possible to exclude dependencies inherited from a parent pom in a child's pom. I have a multi level project where each project inherits dependencies from its parent.

Re: plugin development

2006-09-29 Thread Neeraj Bisht
hi all i am still in puzle why reactor taking the project in sorted order rather than the dependency , can any one guide me where i am wrong or it is bug of reactor to take the project in sorted order (in multiproject env) Regards Neeraj On 9/29/06, Neeraj Bisht [EMAIL PROTECTED

help to find link for maven 1.0.2

2006-09-29 Thread Neeraj Bisht
hi all i have come to know that there is online book for maven 1.0.2 at the following site http://www.milindparikh.com/ but when i gone through this site it show 504 error ,mens no page was display can any one tell me where i found this link or if this link is changed then what

plugin development

2006-09-28 Thread Neeraj Bisht
hi all Can any one please tell me or can give some link of tutorial where i can study how i can make plugin in maven 2.0 i study from the following site http://maven.apache.org/guides/introduction/introduction-to-plugins.html but not able to understand Regards Neeraj Singh

Re: plugin development

2006-09-28 Thread Neeraj Bisht
to mergere.com and download the free maven2 book. Currently it's the best documentation I know. Neeraj Bisht wrote, On 2006-09-28 2:29 PM: hi all Can any one please tell me or can give some link of tutorial where i can study how i can make plugin in maven 2.0 i study from

multiproject amazing

2006-09-26 Thread Neeraj Bisht
hi all i am using the multiroject and each project is dependent on each other while runing the multiproject goal the build started in shorted oder ,but in maven site i come to know that thr build will take place on the bases of dependency but in my case it is not working can any one

multiproject structure

2006-09-21 Thread Neeraj Bisht
Hello all, Please help to get out of the following confusions: I am having many projects which may be dependent on each other or not.But we need to make one ear having all the archives file made of all projects. In one project, we can have one jar,jar+war,jar+war+har,or some other application

Propose structure for multiproject

2006-09-20 Thread Neeraj Bisht
Hello all, Please help to get out of the following confusions: I am having many projects which may be dependent on each other or not.But we need to make one ear having all the archives file made of all projects. In one project, we can have one jar,jar+war,jar+war+har,or some other application

Cruise controll cvs problem

2006-08-06 Thread neeraj bisht
hi i am not able to update or take out the check out from the cvs ,actuly i am able to configur the cruise control to my project but i am not able to syncronize it with cvs when i did any commit i am not getting any buid process so any one tell me where i am wrong or what extr