Jsp plugin for maven

2012-07-11 Thread priya hulekal
I have been trying to use jspc plugin to compile my jsp files.After running mvn install saw that the target folder has a jsp-source->jsp and jsp folders has my jsp files stores as .java Not able to figure out the problem. Regards, Priya

Re: Maven for both java and zend

2012-04-18 Thread priya hulekal
hey one last thing need to ask you told that 3) A third artifact is used to tie frontend and backend together. It contains information how to download/extract/setup the frontend and the backend. And it contains some test cases to ensure the frontend is working with a non-mocked backend. what kin

Re: Maven for both java and zend

2012-04-18 Thread priya hulekal
Thanks Martin for your reply..Its bit confusing but i will try out what you suggested otherwise get back to you again :)Finally can you suggest some good book or some link on maven where i could find all these stuffs ..Information related to maven php as well as java. -- View this message in

Re: Maven for both java and zend

2012-04-18 Thread priya hulekal
Ok so you want to tell that i can use same settings.xml and same repository for both java and php code.Java and PHP should be considered as 2 different module.I will have a parent pom where i will list these sub modules.I will have a war file for java and zip/phar file for php and they should be d

Re: Maven for both java and zend

2012-04-18 Thread priya hulekal
And also in what pattern it will be deployed...Like for example web app it will be war files,php it will be .php ..finally what will be the form. -- View this message in context: http://maven-users.828.n2.nabble.com/Maven-for-both-java-and-zend-tp7476161p7476336.html Sent from the maven users mai

Re: Maven for both java and zend

2012-04-18 Thread priya hulekal
No php code is not a part of java servlet..It will be used for front end to display that is UI. -- View this message in context: http://maven-users.828.n2.nabble.com/Maven-for-both-java-and-zend-tp7476161p7476323.html Sent from the maven users mailing list archive at Nabble.com.

Maven for both java and zend

2012-04-18 Thread priya hulekal
Hi, I have product that is being developed in both java and PHP(using zend framework).I wanted to know if i could use same settings.xml file for both and also if i could use same repository for both java and php.How the assembling would be done for both so that its in deployable format. Rega

Maven for both java and zend

2012-04-18 Thread priya hulekal
Hi, I have product that is being developed in both java and PHP(using zend framework).I wanted to know if i could use same settings.xml file for both and also if i could use same repository for both java and php.How the assembling would be done for both so that its in deployable format. Than