B

2018-03-28 Thread Néstor Boscán
Sent from my iPhone - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Problems compiling source java with different encodings

2015-08-25 Thread Néstor Boscán
Hi I have a legacy code that compiles correctly using IDEA or JDeveloper. But if I try to use maven compile it generates error because there are unknoen characters in the comments. It looks like the legacy code has different types of character encoding in the file. Is there a way to compile using

Re: Problems compiling source java with different encodings

2015-08-25 Thread Néstor Boscán
the following in your pom.xml? properties project.build.sourceEncodingUTF-8/project.build.sourceEncoding /properties If not, do you know what encoding is being used in your source file? On Aug 25, 2015, at 4:01 PM, Néstor Boscán nesto...@gmail.com wrote: Hi I have a legacy

Re: Creating Mojo: Can I have access to the repository information stored in settings.xml?

2015-06-08 Thread Néstor Boscán
-settings/apidocs/org/apache/maven/settings/Settings.html#getServer(java.lang.String) On Mon, Jun 8, 2015 at 1:05 PM, Néstor Boscán nesto...@gmail.com wrote: Thanks for your quick answer In my case all my developers have the company's repository user and password configured in settings.xml. I

Re: Creating Mojo: Can I have access to the repository information stored in settings.xml?

2015-06-08 Thread Néstor Boscán
that user and password from the settings file. Regards, Nestor On Sunday, June 7, 2015, Dan Tran dant...@gmail.com wrote: Hi Néstor, Could you elaborate on your use case? you may not need access to maven settings to look for repos. -Dan On Sun, Jun 7, 2015 at 4:24 PM, Néstor Boscán nesto

Creating Mojo: Can I have access to the repository information stored in settings.xml?

2015-06-07 Thread Néstor Boscán
Hi I am creating a mojo that requires to get information on the repositories stored in settings.xml? Is this possible? Regards, Néstor

How to create a Mojo that doesn't require the pom.xml file

2014-06-09 Thread Néstor Boscán
Hi I want to create a Maven Plugin Mojo that doesn't requiere the pom.xml file to run like mvn archetype:create. How do I do this? Regards, Néstor

Re: Is Maven the answer?

2012-02-29 Thread Néstor Boscán
Although I really like maven, and use it in all my projects, maven is tightly integrated with the project lifecycle (clean, compile, package, install, deploy ,etc) so ant looks like a better fit for what you're looking for. Néstor On Wed, Feb 29, 2012 at 11:51 PM, Ron Wheeler

Re: Maven 2 Archetype how to define a different package

2012-02-28 Thread Néstor Boscán
I'm building my own archetype On Tuesday, February 28, 2012, Wayne Fay wayne...@gmail.com wrote: Is there a way to use a different package variable than groupId. I want it to be groupId.artifactId so that the package structure have the artifactId. Are you wanting this in your own

Maven 2 Archetype how to define a different package

2012-02-26 Thread Néstor Boscán
Hi Is there a way to use a different package variable than groupId. I want it to be groupId.artifactId so that the package structure have the artifactId. Regards, Néstor Boscán

Re: How to get the full path directory where I'm creating the project using an Archetype

2011-08-15 Thread Néstor Boscán
} and ${package} in my archetype and nothing else. Things like ${project.build.finalName} or ${project.packaging} don't get replace in the process. Regards, Néstor Boscán On Mon, Aug 15, 2011 at 1:56 AM, Anders Hammar and...@hammar.net wrote: I'm thinking ${project.basedir} combined with filtering

How to get the full path directory where I'm creating the project using an Archetype

2011-08-14 Thread Néstor Boscán
Hi I need in my archetype to get the full path of a the directory where I'm creating the project. Is this possible? Regards, Néstor Boscán

Re: Maven Plug-in How do I get the webapp directory

2010-11-09 Thread Néstor Boscán
Wayne, my thanks and respects. On Mon, Nov 8, 2010 at 12:03 PM, Wayne Fay wayne...@gmail.com wrote: So your code would be like: /*...@parameter default-value=${warSourceDirectory} */ private File warSourceDir; Hmm actually that's not entirely correct... you may want to just inject

Maven Plug-in How do I get the webapp directory

2010-11-08 Thread Néstor Boscán
Hi I'm creating my own mojos and I need to get the webapp directory. What expression can I apply to a path to get the directory?. Can I have a List of files and create an expression that will fill it with the source path, resource path and webapp path? Regards, Néstor Boscán

Re: [Repetitive]: Maven does not live up to its promises

2010-10-23 Thread Néstor Boscán
to work on a project without a pom.xml file. regards, Néstor Boscán On Sat, Oct 23, 2010 at 5:29 PM, Wayne Fay wayne...@gmail.com wrote: an understandable syntax. With lots of extra libraries. Would it have really been so bad to base a declarative codebase on Prolog, a mature, proven

Re: Checkstyle Plugin doesn't recognize config file URL

2010-06-20 Thread Néstor Boscán
Yes that's it thanks a lot!!. On Sat, Jun 19, 2010 at 6:40 PM, lukewpatterson lukewpatter...@gmail.comwrote: Néstor Boscán wrote: ... custom checkstyle configuration file. ... But the plugin generates: Could not find resource URL is this http://jira.codehaus.org/browse

Checkstyle Plugin doesn't recognize config file URL

2010-06-19 Thread Néstor Boscán
Hi I'm trying to use the checkstyle plugin with a custom checkstyle configuration file. The documentation says that the configuration file can be defined as an URL. But the plugin generates: Could not find resource URL Regards, Néstor Boscán

RE: Is there a way to change the webapp directory name?

2010-04-22 Thread Néstor Boscán
Hi Wayne Thanks a lot for the help. Regards, Néstor Boscán -Mensaje original- De: Wayne Fay [mailto:wayne...@gmail.com] Enviado el: Thursday, April 22, 2010 2:13 AM Para: Maven Users List Asunto: Re: Is there a way to change the webapp directory name? directories. The JDeveloper

RE: Is there a way to change the webapp directory name?

2010-04-21 Thread Néstor Boscán
with JDeveloper I want the source and webapp paths to reference the src and public_html directories. The JDeveloper plugin reads the java source directory from the sourceDirectory element in the pom.xml file but there is no element for the webapp directory. Regards, Néstor Boscán -Mensaje

Is there a way to change the webapp directory name?

2010-04-19 Thread Néstor Boscán
Hi Is there a way to change the webapp directory name from webapp to public_html? Regards, Néstor Boscán

RE: Is there a way to change the webapp directory name?

2010-04-19 Thread Néstor Boscán
the JDeveloper project plugin is not reading this property when it's generating the project file. Regards, Néstor Boscán -Mensaje original- De: Wendy Smoak [mailto:wsm...@gmail.com] Enviado el: Monday, April 19, 2010 10:08 PM Para: Maven Users List Asunto: Re: Is there a way to change the webapp

Re: Differences between app servers

2009-10-08 Thread Néstor Boscán
it to work. Regards, Néstor Boscán On Wed, Oct 7, 2009 at 11:34 AM, Jim Collings jlistn...@gmail.com wrote: Not so much. Take Weblogic for example. You really can't deploy a Struts2 based WAR file to it because of library conflicts. It would be cool if I could specify somehow, somewhere

Re: Differences between app servers

2009-10-08 Thread Néstor Boscán
Hi jim The libraries goes on the web-inf/lib directory. I dont think there is a global library option like oc4j in weblogic, something that im really missing. Regards, Nestor On 10/8/09, Jim Collings jlistn...@gmail.com wrote: But it still is incredibly annoying that I have to send the war

RE: Re: Can I use WAR Overlay before packaging?

2009-07-25 Thread Néstor Boscán
Boscán nestor.bos...@tcs.com.ve wrote: From: Néstor Boscán nestor.bos...@tcs.com.ve Subject: Can I use WAR Overlay before packaging? To: users@maven.apache.org Date: Saturday, July 25, 2009, 4:56 AM Hi Is there a way to use WAR Overlay before packaging?. I would like to access

Maven Proguard How to obfuscate a war file?

2009-07-25 Thread Néstor Boscán
an example on how to do this? Regards, Néstor Boscán

Maven Proguard How to obfuscate a war file?

2009-07-24 Thread Néstor Boscán
an example on how to do this? Regards, Néstor Boscán

Can I use WAR Overlay before packaging?

2009-07-24 Thread Néstor Boscán
Hi Is there a way to use WAR Overlay before packaging?. I would like to access the overlaid JSP files from my project. Is this possible? Regards, Néstor Boscán

RE: Re: Archetype expression ${package.replace ('.', '/')} not a valid reference

2009-01-27 Thread Néstor Boscán
Found something. It looks like the problem is when I'm using JDK 1.4. If I use JDK 5 it works. I use JDK 1.4 so I can compile using that version of java because sadly using JDK 5 and telling the compiler to compile for 1.4 does not work well. Regards, Néstor Boscán -Mensaje original

RE: Re: Archetype expression ${package.replace ('.', '/')} not a valid reference

2009-01-27 Thread Néstor Boscán
with all these indication. Thanks, Raphaël 2009/1/26 Néstor Boscán nestor.bos...@tcs.com.ve: Hi I've been working with archetypes for a time and I had some archetypes with this expression: ${package.replace ('.', '/')} And it worked, but for some reason now it doesn't work

RE: Re: Archetype expression ${package.replace ('.', '/')} not a valid reference

2009-01-27 Thread Néstor Boscán
with all these indication. Thanks, Raphaël 2009/1/26 Néstor Boscán nestor.bos...@tcs.com.ve: Hi I've been working with archetypes for a time and I had some archetypes with this expression: ${package.replace ('.', '/')} And it worked, but for some reason now it doesn't work. It throws

Archetype expression ${package.replace ('.', '/')} not a valid reference

2009-01-26 Thread Néstor Boscán
Hi I’ve been working with archetypes for a time and I had some archetypes with this expression: ${package.replace ('.', '/')} And it worked, but for some reason now it doesn’t work. It throws a warning message “is not a valid reference”. Any ideas?

Archetype expression ${package.replace ('.', '/')} not a valid reference

2009-01-25 Thread Néstor Boscán
Hi I’ve been working with archetypes for a time and I had some archetypes with this expression: ${package.replace ('.', '/')} And it worked, but for some reason now it doesn’t work. It throws a warning message “is not a valid reference”. Any ideas?

Refactoring Plugin

2008-09-22 Thread Néstor Boscán
Hi I need to generate some web service stubs and refactor the code. Is there a Maven Plugin that I can specify refactor package this to that? Regards, Néstor Boscán

RE: A Maven plugin for obfuscation

2008-07-14 Thread Néstor Boscán
: A Maven plugin for obfuscation What exactly do you want to obfuscate? There are various security tools that work on Java classes and jars available and at least one or two have been mentioned on this list recently. Wayne On 7/11/08, Néstor Boscán [EMAIL PROTECTED] wrote: Hi Has anybody worked

A Maven plugin for obfuscation

2008-07-11 Thread Néstor Boscán
Hi Has anybody worked with a Maven plugin for obfuscation? Regads, Néstor Boscán

How to have two poms on the same project to generate WAR/EAR?

2008-06-18 Thread Néstor Boscán
different projects?. I know is simple, but I want to manage as little projects as possible. Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is there a way to deploy project without configuring pom.xml

2008-03-22 Thread Néstor Boscán
project without configuring pom.xml You can use -DaltDeploymentRepository=... http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html On Mon, Mar 17, 2008 at 9:40 PM, Néstor Boscán [EMAIL PROTECTED] wrote: I put it inside settings.xml and I get: distributionManagement

Is there a way to deploy project without configuring pom.xml

2008-03-17 Thread Néstor Boscán
Hi Is there a way to deploy the project to a remote repository without configuring distributionManagement inside the pom.xml. Can I do this on the settings.xml or pass the info on the command? Regards, Néstor Boscán

RE: Is there a way to deploy project without configuring pom.xml

2008-03-17 Thread Néstor Boscán
is to set this on a PC level and not at POM level. Regards, Néstor Boscán -Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Jan Torben Heuer Enviado el: Lunes, 17 de Marzo de 2008 08:36 a.m. Para: users@maven.apache.org Asunto: Re: Is there a way to deploy project without

Problem with archetype

2008-03-16 Thread Néstor Boscán
not to process this expressions? Regards, Néstor Boscán

RV: Using Maven Proguard

2007-09-26 Thread Néstor Boscán
Hi How can I use Maven with Proguard. I did mvn proguard:proguard and the goal does not exist. Regards, Néstor Boscán

Using Maven Proguard

2007-09-26 Thread Néstor Boscán
Hi How can I use Maven with Proguard. I did mvn proguard:proguard and the goal does not exist. Regards, Néstor Boscán