why my remote repository not work?

2006-12-25 Thread fy
Hi, I created a remote repositories in my server,and copy nfa-1.0.0.jar to it. repositories repository iditsm/id nameServerRepository/name urlhttp://10.10.100.22/maven/url /repository /repositories Then deleted the nfa-1.0.0.jar from the

About deploy:deploy-file

2006-12-25 Thread fy
I creaded my remote repository in 10.10.100.22/app/opt/Apache2/htdocs/maven,and I can accessed it with http://10.10.100.22/mavne. now I want put a jar into it .First I added the following code in the settings.xml: server idmaven.repo/id usernamemaven/username

About config

2007-01-05 Thread fy
Hi, I created a webapp,and I executed mvn jboss:harddeploy .now,The webapp have a file src/main/config/web-config.xml, I want to deploy the file into the webapp.war when I executed mvn jboss:harddeploy .how I to do? -- View this message in context:

how deploy a jar in the webapp?

2007-01-05 Thread fy
Hi, I created a webapp,The maven created the webapp.war when I executed mvn package. now I want deploy some *.java (src\main\java\itms\dto\*.java) into webapp.jar when I executed mvn package ,how I to do? -- View this message in context:

How package a file into *.jar/META-INF /

2007-01-08 Thread fy
Hi, I have a webapp project,and I have two files in src/main/config ,now I want package these files into ejb.jar/META-INF when I execute mvn jar:jar . This is my pom.xml : plugin artifactIdmaven-jar-plugin/artifactId configuration

How to jar additional files outside of the default directories?

2007-01-10 Thread fy
I created a webapp project , and my pom.xml: plugin artifactIdmaven-jar-plugin/artifactId configuration classesDirectorytarget\classes/classesDirectory finalNameitsm-ejb/finalName

Eclipse throwed the error when runed compile

2007-01-11 Thread fy
Hi, My project develope with Eclipse:3.2.1 , maven:2.0.4 and org.maven.ide.eclipse:0.0.9. Eclipse throwed the error when runed compile: [INFO] [INFO] Building maven_itms Maven Webapp [INFO]task-segment: [compile]

About create maven reports with chinese .

2007-01-16 Thread fy
I want create maven reports with chinese,what I to do? -- View this message in context: http://www.nabble.com/About-create-maven-reports-with-chinese-.-tf3024710s177.html#a8402755 Sent from the Maven - Users mailing list archive at Nabble.com.

About scm:checkin

2007-01-17 Thread fy
Hi, I added scm into my pom.xml: scm connectionscm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:maven_itms/connection developerConnectionscm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:maven_itms/developerConnection urlhttp://10.10.202.22/maven/code/url /scm And I runnde mvn scm:checkin

About create maven reports with chinese .

2007-01-18 Thread fy
I want create a site with chinese,hot I to do? -- View this message in context: http://www.nabble.com/About-create-maven-reports-with-chinese-.-tf3033323s177.html#a8428153 Sent from the Maven - Users mailing list archive at Nabble.com.

About downloading artifacts from remote repositories

2007-01-19 Thread fy
Hi, I want download artifacts from my server so I modified my mirror: mirror idmaven/id mirrorOfmaven/mirrorOf namemaven/name urlhttp://10.10.100.22/maven/url /mirror And I deployed junit-3.8.1.jar into server with runed deploy:deploy-file. But it always downloaded the

How add my guide into my project's site?

2007-01-28 Thread fy
He, I have a guide.pdf in src/main/resources,Now I want add the file into site when runed mvn site. how I to do? -- View this message in context: http://www.nabble.com/How-add-my-guide-into-my-project%27s-site--tf3134503s177.html#a8685309 Sent from the Maven - Users mailing list archive at