artifcat not in nexus but in local repository still build fails

2012-06-22 Thread fachhoch
I have a dependency A which I installed in my local maven repository. My maven uses nexus and my project uses maven. When I try to build my project which has this dependency A even tough its present in my local repo the build fails telling its not present in nexus, the same when I did

Re: artifcat not in nexus but in local repository still build fails

2012-06-22 Thread fachhoch
I resolved the issue it was because of eclipse maven setting.xml which I did not check . -- View this message in context: http://maven.40175.n5.nabble.com/artifcat-not-in-nexus-but-in-local-repository-still-build-fails-tp5711849p5711850.html Sent from the Maven - Users mailing list archive at

any public nexus repo manager I can use for my project

2012-06-20 Thread fachhoch
we dont a local nexus repo mamnager installed , and we are developers working in remote locations , our project uses maven. I want to use nexus for my maven, as my devlopers are remote scattered , I cannot provide one nexus installation for all of them I am wondering if there is any public

Unrecognised tag: 'executions'

2011-11-04 Thread fachhoch
I am getting Reason: Parse error reading POM. Reason: Unrecognised tag: 'executions' (position: START_TAG seen .../artifactId\r\n\t\t\texecutions... @143:16) for project unknown at E:\dev\java2word\ pom.xml here comploete stacjktrqace here is my pom.xml also link to pastebin my pom.xml

Authorization failed for jboss maven repository

2011-08-30 Thread fachhoch
I am using pom since years and never faced this issue, all of a sudden I am getting Authorization failed. here is the repository from my pom please advice me how to resolve this. -- View this message in context:

addin war as dependency to a war porject

2011-06-23 Thread fachhoch
I just found yesterday that I can add war as dependency to a war project , I wanted to embed camel web-console inot my app , I found in the forum to just include war dependency in my pom and maven will do all the magic I added the camel web console war a dependency and while building my project

running jrprofiler

2010-11-15 Thread fachhoch
I use jetty:run to start my application , I wat to do profillng using JProfiler , please tell me how to integrate JProfiler -- View this message in context: http://maven.40175.n5.nabble.com/running-jrprofiler-tp3266448p3266448.html Sent from the Maven - Users mailing list archive at

Re: unable to run jetty

2010-05-21 Thread fachhoch
at central so just remove the scope. Have your tried any other version of the plugin? There is a bunch of them for v7: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-maven-plugin/ /Anders On Fri, May 21, 2010 at 00:34, fachhoch fachh...@gmail.com wrote: I added this plugin to my pom

RE: unable to run jetty

2010-05-21 Thread fachhoch
. Have your tried any other version of the plugin? There is a bunch of them for v7: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-maven-plugin/ /Anders On Fri, May 21, 2010 at 00:34, fachhoch fachh...@gmail.com wrote: I added this plugin to my pom plugin

RE: unable to run jetty

2010-05-21 Thread fachhoch
fachhoch wrote: That got resolved , but now a new problem java.lang.IllegalArgumentException: Object is not of type class org.mortbay.jetty.webapp.WebAppContext at org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:195

unable to run jetty

2010-05-20 Thread fachhoch
I added this plugin to my pom plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty-maven-plugin/artifactId version7.0.0.pre5/version configuration scanIntervalSeconds10/scanIntervalSeconds

gmaven plugin compile order

2010-05-13 Thread fachhoch
I recently started using groovy.My maven project has both groovy and java files. I have compiler plugin to compile my java files plugin artifactIdmaven-compiler-plugin/artifactId version2.0.2/version configuration source1.6/source

maven tomcat plugin datsource

2010-03-25 Thread fachhoch
I am having trouble setting datasource here is my configration for datasource Context Resource name=jdbc/artmsDataSource auth=Container type=javax.sql.DataSource username=username password=password driverClassName=oracle.jdbc.driver.OracleDriver url=myurl/

several poms and dependency

2010-01-14 Thread fachhoch
My project is a n ear project which has dependency to war and jar projects. suppose I specify dependency in war pom file for a servlet-api 2.4, it works there, that is any other dependecy whihc has transitive dependency with a lower version ot servlet-api is ignored , but suppose my jar

downloading pom

2010-01-14 Thread fachhoch
I added quartz dependency to my project after that every time I install my project or run my project I get this url = http://repository.jboss.com/maven2/ Downloading: http://repository.jboss.com/maven2//opensymphony/quartz/1.6.3/quartz-1.6.3.pom url = http://repo1.maven.org/maven2/

Re: several poms and dependency

2010-01-14 Thread fachhoch
its happening I have to resolve this . Wayne Fay wrote: suppose I specify dependency in war pom file  for a servlet-api 2.4, it works  there, that is any other dependecy whihc has transitive dependency with a lower version  ot servlet-api   is ignored , but suppose my jar project has

Re: several poms and dependency

2010-01-14 Thread fachhoch
(if your container is compliant with the java ee specification) so you should just have it with scope provided in the webapp -Stephen 2010/1/14 fachhoch fachh...@gmail.com: My project is a n ear project which has dependency to war  and jar projects. suppose I specify dependency in war pom

Re: mvn install for ear project

2009-05-22 Thread fachhoch
my mvn version Apache Maven 2.1.0 (r755702; 2009-03-18 15:10:27-0400) Java version: 1.6.0_11 Java home: C:\Program Files\Java\jdk1.6.0_11\jre Default locale: en_US, platform encoding: Cp1252 OS name: windows xp version: 5.1 arch: x86 Family: windows this is the same version and still I am

Re: mvn install for ear project

2009-05-21 Thread fachhoch
I am using maven 2 my project contains subprojectsear , war , and jar. here my project pom.xml ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: jetty 7 maven plugin

2009-05-19 Thread fachhoch
it worked with version7.0.0.pre5/version thanks. mickknutson wrote: Here is mine: plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty-maven-plugin/artifactId !--version7.0.0.pre5/version--

Re: subproject dependency

2009-05-14 Thread fachhoch
If I run theinstall command with -e flag then I dont get this error please tell me why I get error without -e flag ? fachhoch wrote: I created a maven project which has three sub projects one for ear , one for war and one for jar.War has dependency to jar and ear has dependency

Re: include jars from a folder

2009-05-07 Thread fachhoch
I need it both for compile and runtime please suggest me how i can do this with ant run ? Wendy Smoak-3 wrote: On Wed, May 6, 2009 at 1:00 PM, tubin gen fachh...@gmail.com wrote: I have some of the jar files modified and kept them under folder ext-lib, there jars files are needed  by my

Re: adding jars from project folder into my war file

2009-05-07 Thread fachhoch
1 we do not have a common repository , so every user who wants to work with the project must do the same , and workaround does not include system scope jar into war file , please help with any other workaround Nick Stolwijk-4 wrote: Install[1]/deploy[2] the jar files in your local or

Re: adding jars from project folder into my war file

2009-05-07 Thread fachhoch
but the probelm is we have releases for these other jar files frequently and every time I have to install them isnt there any other way to tell maven to include these jar files into the war file ? Wayne Fay wrote: I have some jar files inside my project folder , and I want maven to

Re: adding jars from project folder into my war file

2009-05-07 Thread fachhoch
at 9:40 PM, fachhoch fachh...@gmail.com wrote: but the probelm is we have releases for these other jar files frequently and every time I have to install them isnt there any other way to tell maven to include these jar files into the war file ? Wayne Fay wrote: I have some  jar files inside my

maven build for any change in eclipse

2009-03-29 Thread fachhoch
any changes i make to any static files like html or shuffle the location maven eclipse build starts and it takes time , here is the output generated by maven console 3/29/09 2:32:59 AM EDT: [INFO] Searching repository for plugin with prefix: 'resources'. 3/29/09 2:32:59 AM EDT: [INFO] Scanning

Re: hibernate byte code instrumentation

2009-03-26 Thread fachhoch
do to my pom to acheieve what you said . Stephen Connolly-2 wrote: attach the execution to the process-classes phase 2009/3/26 fachhoch fachh...@gmail.com I am using maven-ant-run plugin to call hibernate byte code insturmentation , i also have maven jetty plugin , every time i run

hibernate byte code instrumentation

2009-03-25 Thread fachhoch
I am using maven-ant-run plugin to call hibernate byte code insturmentation , i also have maven jetty plugin , every time i run jetty plugin first all modified java files gets complied and then test cases and finally deployed , but this ant-run plugin for hibernate byte code

librarys from project lib folder

2009-03-20 Thread fachhoch
I have some custom project libraries i don't want to put these libs into my repository,rather configure pom to look for libs inside project/lib folder ,is this possible and what pom needs for this ? -- View this message in context: