RE: How to disable jsf in Eclipse

2018-04-10 Thread Diego Lin
should move all stuff in it to src/main/webapp, and try again. As I knew, JSF wouldn't automatically add something to form a URL. Frankly, your issue is related to JSF. Even in a JSF project, JSP can work normally. Thanks, Diego -Original Message- From: Karen Goh [mailto:karenwo...@

RE: How to disable jsf in Eclipse

2018-04-09 Thread Diego Lin
like these: org.eclipse.wst.common.project.facet.core.builder org.eclipse.wst.common.project.facet.core.nature 3. Open the project again. Thanks, Diego -Original Message- From: Karen Goh [mailto:karenwo...@yahoo.com.INVALID] Sen

RE: How to disable jsf in Eclipse

2018-04-09 Thread Diego Lin
please try this way: Properties of your project -> Project Facets -> JavaServer Faces. Uncheck it. Thanks, Diego -Original Message- From: Karen Goh [mailto:karenwo...@yahoo.com.INVALID] Sent: Tuesday, April 10, 2018 1:10 PM To: users@maven.apache.org Subject: How to disable

RE: How to develop Maven plugin in eclipse with m2e?

2012-06-18 Thread Diego Lin
, please paste your pom.xml here. By the way, like this issue on a local machine, it's better not to build a Nexus ENV, for you will not learn anything behind it. Diego Lord Jesus Christ LOVE us, everyone, forever. -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com]

RE: How to develop Maven plugin in eclipse with m2e?

2012-06-18 Thread Diego Lin
Then you can use this mojo in a command: mvn snx-release:uat Hope this can help you. Lord Jesus Christ LOVE you all. Thanks, Diego -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Monday, 18 June 2012 14:54 To:

RE: How to set JAVA_HOME for maven?

2011-12-13 Thread Diego Lin
an openJdk. By the way, Fedora 16 is very cool. Thanks, Diego -Original Message- From: fredand44 [mailto:fredan...@hotmail.com] Sent: Wednesday, 14 December 2011 14:56 To: users@maven.apache.org Subject: How to set JAVA_HOME for maven? Hello! I have just reinstalled my computer to

RE: Maven Setup for Project

2011-09-21 Thread Diego Lin
more, after you see the stuff generated. Thanks, Diego From: Khavnekar, Pravin [mailto:pravin.khavne...@igatepatni.com] Sent: Thursday, 22 September 2011 13:20 To: users@maven.apache.org Cc: Alakkal, Abhilash Subject: Maven Setup for Project Hello

Not a valid plugin file: maven-taglib-plugin-1.4.2.jar

2011-09-20 Thread Hahn, Christopher (SAN DIEGO)
Hello all, I have been asked to drive a legacy build for the first time, and I am getting the error in the Subject above. It is a Maven 1.0 build and supposedly has been working for quite some time. The console output of the action that has the error is here:

RE: generated artifact name

2011-06-23 Thread Diego Lin
abc . -Original Message- From: Yuvaraj Vanarase [mailto:yuvaraj.vanar...@synechron.com] Sent: Thursday, 23 June 2011 17:30 To: users@maven.apache.org Subject: generated artifact name Hi, Sometimes I observed that jar/ear artifact created under target directory after mav

RE: how to clean up all generated files under "target" directory

2011-06-22 Thread Diego Lin
Only run "mvn clean". -Original Message- From: Sascha Vogt [mailto:sascha.v...@gmail.com] Sent: Wednesday, 22 June 2011 15:31 To: users@maven.apache.org Subject: Re: how to clean up all generated files under "target" directory Hi all, Am 22.06.2011 04:18, schrieb Barrie Treloar: > > I

RE: What could cause such a fundamental file to be missing?

2011-03-23 Thread Hahn, Christopher (SAN DIEGO)
with the Maven Central in its configuration? > If not, that could be the problem. > > Manuel > > On Wed, Mar 23, 2011 at 18:09, Hahn, Christopher (SAN DIEGO) > wrote: > > Is this the problem (from the console): > >

Hello World?

2011-03-23 Thread Hahn, Christopher (SAN DIEGO)
??? What can make Hello World fail: == D:\temp>mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app D:\temp>set MAVEN_OPTS=-Xmx1024m -Xms128m [INFO] Scanning for projects... [

RE: What could cause such a fundamental file to be missing?

2011-03-23 Thread Hahn, Christopher (SAN DIEGO)
, Christopher (SAN DIEGO) Sent: Wednesday, March 23, 2011 10:05 AM To: Maven Users List Subject: What could cause such a fundamental file to be missing? Hello, In testing just the "clean" goal I get this error: === Download

What could cause such a fundamental file to be missing?

2011-03-23 Thread Hahn, Christopher (SAN DIEGO)
Hello, In testing just the "clean" goal I get this error: === Downloading: http://server.labs.peregrine.com/nexus/content/groups/server-devel/org/apache/maven/shared/maven-ant/1. 0-SNAPSHOT/maven-ant-1.0-SNAPSHOT.pom [INFO] Unable to find resour

Some users, but not others...

2011-03-22 Thread Hahn, Christopher (SAN DIEGO)
...are seeing tests fail because of a missing plugin: Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: -- 1) org.apache.maven.shared:maven-ant:jar:1.0-SNAPSHOT ===

jetty parent pom plugin declaration and child pom plugin redefinition

2011-03-21 Thread Diego Martínez
inition in each web app pom with diferent set of extra jars, accord to "provided" dependency of each webapp. What is the way? Thank you!, Diego

RE: Maven Hanging During Deploy

2011-03-08 Thread Hahn, Christopher (SAN DIEGO)
Hey, I am late to the game, but let me ask: how big are the objects being deployed? We have had issues with deliverable that are big enough. Take care, Chris -Original Message- From: Jonathan Warrington [mailto:jon...@gmail.com] Sent: Tuesday, March 08, 2011 12:49 PM To: Maven Users L

freshest, most stable, version

2011-03-04 Thread Hahn, Christopher (SAN DIEGO)
Hello, I am interested in upgrading from Nexus 1.4.1 and while I weigh the various feature sets, I thought to poll the community as to what new versions are proving the most stable. Any pointers to issues-sites will be appreciated. Take care, Chris [cid:image0

RE: Creating a Local Repository for Intranet Access without Internet Connection

2011-02-22 Thread Diego Lin
must. Thanks, Diego -Original Message- From: Gokce [mailto:dgce...@yahoo.com] Sent: Tuesday, 22 February 2011 16:58 To: users@maven.apache.org Subject: Re: Creating a Local Repository for Intranet Access without Internet Connection Hi to all, I'm actually trying to create the co

Over-riding, preceeding, or anhancing the clean target

2011-02-17 Thread Hahn, Christopher (SAN DIEGO)
Hello, I would like to change the way the clean target operates. I have had process failures because some dilbert (moi) left focus in a build folder which makes the clean action fail. In perl, I have wrapped such calls in error trapping code that would send an announcement out, sleep, and then t

RE: How to package a JAR file in an EAR file so that this can be accessed by all other modules (ex: EJB, WAR, etc)

2010-12-16 Thread Diego Lin
Hi sim085, I know the EAR you made can be deployed on JBoss successfully. Maybe, you could try to add the Class-Path key in MANIFEST.MF of EJB JAR. If it doesn't work yet, please refer mechanism of class loaders of Geronimo. Hope it is helpful to you. Thanks, Diego -Original Me

401 error when deploying

2010-11-19 Thread Hahn, Christopher (SAN DIEGO)
Hello, I am getting some sort of authentication error from my Maven run: = INFO] Error deploying artifact: Failed to transfer file: http://servicemanager.labs.peregrine.com/nexus/content/repositories/local-servicemanager-snapshots/com/hp/ov/

RE: maven artifacts nested dependencies

2010-09-07 Thread Diego Lin
the whole project. Thanks, Diego -Original Message- From: Goli [mailto:sabet1...@hotmail.com] Sent: Tuesday, 7 September 2010 15:55 To: users@maven.apache.org Subject: maven artifacts nested dependencies Hi I have two maven projects. There are different modules in these projects such

RE: Assembly as dependency of the same project

2010-01-12 Thread Lacoste, Dana (EB Software San Diego)
I understand your desire for "not wanting things too complex" but, in maven, it's important to follow one simple rule: Every pom.xml (maven project) _should_ produce exactly one file as a resulting artifact If you need two files (a .jar and a .war) then you need two pom.xml (maven projects) a

RE: maven 3 inheritance

2009-12-08 Thread Lacoste, Dana (TSG Software San Diego)
No, with maven 2 you cannot have a variable in the parent version. The string will be interpreted literally without dereferencing the variable name. Similarly, you can't have an empty version number: the parent MUST have a defined version number and it MUST be absolute and not contain any varia

RE: How can I execute plugin X, then plugin Y, then plugin X again ?

2009-11-10 Thread Lacoste, Dana (TSG Software San Diego)
I can confirm this: If you specify one phase for two different actions, you do NOT have ANY control over when they will execute. If you want to manipulate the order of operations, set the phase values to successive entries from the lifecycle. http://maven.apache.org/guides/introduction/introduct

RE: order of builds in assembly plugin

2009-10-21 Thread Lacoste, Dana (TSG Software San Diego)
Sure! two separate executions in the assembly , put the for each in one of the stanzas, and put each with a separate . Read http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html for more info on what phases are available, but as long as they are after your other wor

RE: Hosting a local repo w/out a Repo Manager?

2009-10-16 Thread Lacoste, Dana (TSG Software San Diego)
I'm using artifactory to do this and do it with two sets of "virtual" repositories. One is used to download anything, the other is used for only "blessed" builds. I haven't used Nexus, but I'm sure there's something similar: basically it would mean that you have one set of settings.xml configur

RE: Hosting a local repo w/out a Repo Manager?

2009-10-16 Thread Lacoste, Dana (TSG Software San Diego)
My thoughts (we were doing something similar) 1 - Don't copy the local repo. Use the maven "deploy" step to deploy to a local location (file: URL), and share _that_. 2 - Once you've done this for a while, you'll use a repository manager :) Dana Lacoste -Original Message- From: Rob Slif

RE: Pom Parent Version Properties

2009-09-24 Thread Lacoste, Dana (TSG Software San Diego)
This came up not three weeks ago. What most of us do to get around this is to use something else to modify the pom.xml content before running maven. Personally, I use ant and xmltask. Why is it happening in an 'official' pom? Because almost EVERY user has a problem with this and we're all suffe

RE: Question about version ranges

2009-09-10 Thread Lacoste, Dana (TSG Software San Diego)
ork with unpack, or why unpack and unpack-dependencies both exist Dana Lacoste -Original Message- From: Lacoste, Dana (TSG Software San Diego) Sent: Thursday, September 10, 2009 3:29 PM To: Maven Users List Subject: Question about version ranges I'm using 2.0.10 in this inst

Question about version ranges

2009-09-10 Thread Lacoste, Dana (TSG Software San Diego)
I'm using 2.0.10 in this instance. I am breaking down my monolithic gigantic build into sub-components, so that I can build client separate from server, for example. For SNAPSHOTs this is working (well, actually, it isn't, but that's another story :) ) but for RELEASE builds, I'm getting this:

RE: inject version into source?

2009-08-28 Thread Lacoste, Dana (TSG Software San Diego)
So, basically, you use a "wrapper" to get around maven? I do something similar: I use a .properties file, then run an ant script to update the maven pom.xml files. Very predictable, very manageable, and bypasses the maven-release-plugin which caused ALL KINDS of headaches because it doesn't work

RE: Order of executing plugins changed in 2.0.9 ?

2008-04-16 Thread Lacoste, Dana (TSG Software San Diego)
But when you define an execution, you define what stage of the lifecycle it would be edited. For example, I might use antrun to get something in generate-resources, and then compile, and then use another antrun to package. there's no issue doing this in one declaration of the plugin. Contraril

RE: Multiple CPUs

2008-04-10 Thread Lacoste, Dana (TSG Software San Diego)
> Not sure if i agree here. Why can the building of different artifacts > not be parallelized if they completely don't depend on each other? If > my build contains 1 war and 5 completely independent jars that are > used in the war, why can those 5 jar artifacts not be built in > parallel ? Sure eno

RE: Multiple CPUs

2008-04-10 Thread Lacoste, Dana (TSG Software San Diego)
> That's an interesting build you have there, care to tell us what the longest > running tasks are (hope it's not the compiling :-P) In short, it's "Compare new dataset vs. old dataset" It takes a very long time because it has to take the newly built binaries and data, get them up and running (t

RE: Multiple CPUs

2008-04-10 Thread Lacoste, Dana (TSG Software San Diego)
The situation below (deploying to multiple J2EE platforms in the build) is already easily supported: you're using ant to do it, and ant supports a "parallel" section http://ant.apache.org/manual/CoreTasks/parallel.html So, inside a maven-antrun-plugin section you can do a with no hesitation. The

RE: Question about download.meter and maven2

2008-04-03 Thread Lacoste, Dana (TSG Software San Diego)
Thanks! I can see why I missed it: "batch" just plain wasn't one of my search terms :) Dana Lacoste -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 1:43 PM To: Maven Users List Subject: RE: Question about download.meter and maven2 Use the -

Question about download.meter and maven2

2008-04-03 Thread Lacoste, Dana (TSG Software San Diego)
OK, from the archives, I can run mvn with "-Dmaven.download.meter=bootstrap" (for example) and I won't get the "Downloading 1/123k" updating to "2/123k" etc. But this doesn't appear to work in maven2 This causes issues because I'm running in a scripted environment (Cruise Control) on multiple pla

Problem with surefire-reports in Continuum 1.1 final

2007-12-13 Thread Diego
Hi, I am using Continuum 1.1 final, Maven 2.0.7, Java 1.5.0_06 and WindowsXP I added a M2 project in Continuum, but in result of build I got: + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO]

Is it possible to specify a password to CVS using ext?

2007-04-25 Thread DATACOM - Diego
pserver or migrating to Subversion are not options to me right now.) Thanks in advance, -- DIEGO Moreira da Rosa DATACOM Av França, 735 - Porto Alegre, RS - 90230-220 DDR: +55 51 3358 0141 Fax: +55 51 3358 0101 site: www.datacom.ind.br e-mail: [EMAIL PROTECTED

plugin:download in m2

2006-03-11 Thread Diego Bendlin
dromdapp in m2 (Is it mandatory to download andromda-all from CVS? or is there another way?). Thanks in advance! _ Diego Bendlin Back to top<http://galaxy.andromda.org/forum/viewtopic.php?t=2015#top> [image: View user's profile]<http://galaxy

Re: Dependencies' Licenses list

2005-04-11 Thread Diego Ballve
#x27;ve started writing an ant script that creates a local repository from installed JWSDP 1.5, I'm changing a project that depends on them to use Maven. I wonder if that would be of any use for the community. I can upload it somewhere and send a link to this list when it's ready. Re

Dependencies' Licenses list

2005-04-11 Thread Diego Ballve
.html to show an extra column with the license that applies for that row's dependency, maybe with the license type and a link to real license.. That way I could go through the list and check all I'd need to accept in order to use the my project's lib. Thanks, Diego -- Diego Ball

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Diego Fernández
Please consider to fix the bug MAVEN-563 (http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-563) in the final version. :-) [EMAIL PROTECTED] wrote: If you have a fix or a change you would like to be in maven 1.0, please ensure that: 1) It's in Jira ( http://jira.codehaus.org/secure/Br