you should have your java files in ./src/main/java in order for anything to be in the ./target/*.jar you are creating.
--- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Twitter: http://twitter.com/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On Sat, Feb 7, 2009 at 3:36 PM, Poonam Gyanchandani <[email protected]>wrote: > Hi, > I am trying to configure Maven with Intellj Idea in POM file but looks > like POM file which I have created has something missing in that. > > When I do *mvn clean *it is showing me build successful, but when I am > giving command like* mvn compile/mvn package* in that case it is creating > an empty jar file. In classes directory also it doesn't contain any files. > ** > My source folder is > in*D:\ApgarSVN\development\Components\Internal\common-1.6.0 > * this directory* *with* src* name. > > Enclosed POM file for your reference. > > Thanks. > ** > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
