Re: [ANNOUNCE] Archiva 1.0 Beta 1 Release

2007-08-10 Thread allan ramirez
thanks for this :) its been a while On 8/10/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 1. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant.

Re: [m2] BUILD ERROR maven-changelog-plugin does not exist

2007-01-24 Thread allan ramirez
It will be release soon :). Votes for releasing it is already made in the dev list -allan On 1/25/07, Lageson,Thomas M [EMAIL PROTECTED] wrote: Below is my response from last Friday to your original question. - Tom -Original Message- From: Lageson,Thomas M Sent: Friday, January

Re: Install custom plugin manually

2007-01-23 Thread allan ramirez
Try to extract the pom first inside the jar then execute your command including the -DpomFile parameter mvn install:install-file -Dfile=custom-plugin-1.0-SNAPSHOT.jar -DgroupId=com.foo.mojo -DartifactId=custom-maven-plugin -Dpackaging=maven-plugin -Dversion=1.0-SNAPSHOT -DpomFile=path of pom

Re: requiresProject plugin setting

2007-01-23 Thread allan ramirez
Hi Jelle, Add @requiresProject annotation in your mojo /** * @requiresProject false */ public class MyMojo { } Please look on the deploy file mojo for your reference

Re: Error creating from archetype, can somebody help?

2007-01-21 Thread allan ramirez
Hi, Just an additional info. You could set your %M2_HOME%\bin to your path variable so that you won't have to cd to M2_HOME everytime when executing the batch file.. Cheers, -allan On 1/22/07, Wayne Fay [EMAIL PROTECTED] wrote: Looks like you have a bad pom.xml file somewhere. Your file

Re: Building using Maven tool.

2007-01-18 Thread allan ramirez
If you are in a proxy, please refer to this guide http://maven.apache.org/guides/mini/guide-proxies.html On 1/18/07, Pande, Vaishali (Cognizant) [EMAIL PROTECTED] wrote: Hi, Even after successful installation and configuration ,I am not able to run the application. Will it make any

Re: changes - announcement plugin mvn2

2007-01-17 Thread allan ramirez
from the plugin configuration try this plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changes-plugin/artifactId configuration from from!-- the email account --/from /from /configuration /plugin On 1/18/07, Attila Mezei-Horvati [EMAIL PROTECTED]

Re: changes - announcement plugin mvn2

2007-01-17 Thread allan ramirez
btw, IIRC, you can also use this configuration froms from!-- the email account --/from /froms /configuration On 1/18/07, allan ramirez [EMAIL PROTECTED] wrote: from the plugin configuration try this plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven

Re: How do I programatically add an element to my plugin's classpath?

2007-01-17 Thread allan ramirez
try this List classpathElements = project.getCompileClasspathElements(); classpathElements.add( your directory ); where your project is MavenProject Regards -allan On 1/18/07, matthewadams [EMAIL PROTECTED] wrote: My mojo allows the user to define an extra property (private File

Re: How do I programatically add an element to my plugin's classpath?

2007-01-17 Thread allan ramirez
PROTECTED] wrote: Just to be clear, I do this in my mojo's execute() method, right? allan ramirez wrote: try this List classpathElements = project.getCompileClasspathElements(); classpathElements.add( your directory ); where your project is MavenProject Regards -allan On 1/18/07

Re: Apacheds and Maven

2007-01-16 Thread allan ramirez
Is your maven newly installed? If it is try to append -U on your maven command. -allan On 1/17/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Joseph, It means that your project dependency (maven-directory-plugin) does not exist in your local repo and when maven tried to download it from

Re: How to make plugin see the full (project plugin) classpath?

2007-01-16 Thread allan ramirez
Have you tried using ${plugin.artifacts} expression? -allan On 1/17/07, Lasse Koskela [EMAIL PROTECTED] wrote: Hi, I'm developing a Maven 2 plugin and I'm having trouble making my plugin see the necessary libraries etc. in its classpath. What I need is: 1) the plugin itself and all of its

Re: org.apache.maven.plugins:maven-site-plugin' does not exist

2007-01-16 Thread allan ramirez
If your maven is newly installed then append -U in your command, but if not, try to remove your local repository if it is not a problem to you and let maven redownload your artifacts. -allan On 1/17/07, yuubouna [EMAIL PROTECTED] wrote: I am setting up a multiple module using Maven 2. then

Re: Is there a way to control the order of repositories?

2007-01-16 Thread allan ramirez
I dont think there is a way to control the order of the repositories. But anyone can correct me if Im wrong. -allan On 1/17/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, We use multiple maven repos in the build. Is there a way to control the order of the repositories to be searched for

Re: Can you compile test cases without running them

2007-01-15 Thread allan ramirez
just command mvn test-compile On 1/16/07, jp4 [EMAIL PROTECTED] wrote: I would like to be able to compile my test cases without actually running them. I use maven.test.skip=true but that seems to prevent not only the test execution but the test compilation. Is there a way to compile without

Re: Snapshot plugin repository - where is it now...

2007-01-15 Thread allan ramirez
http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html you can download the maven-ejb-plugin-2.1-SNAPSGHOT here http://people.apache.org/repo/m2-snapshot-repository On 1/16/07, Tom Huybrechts [EMAIL PROTECTED] wrote: http://snapshots.repository.codehaus.org/

Re: List of dependencies

2007-01-15 Thread allan ramirez
On 1/14/07, Wayne Fay [EMAIL PROTECTED] wrote: For me at least, the amount of time required to generate the full site vs only one report is hardly worth my time remembering and properly typing out the full mvn project-info-reports:dependencies bit on the command line! ;-) We have the same

Re: deploy to an alterntive repository

2007-01-10 Thread allan ramirez
Hi Nicolas, Use maven-deploy-plugin 2.3 -allan On 1/10/07, nicolas de loof [EMAIL PROTECTED] wrote: I'd like to build a project from sources and deploy a SNAPSHOT to my corporate repository. I have to override the project distributionManagement, so I've set on command line :

Re: How can I resolve ${...} in assembly descriptors?

2006-11-16 Thread Allan Ramirez
This might help you, http://people.apache.org/~epunzalan/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html -allan Christian Goetze wrote: I'd like to pass in something either via the environment or via -D on the mvn command line, and have that be visible within the

Re: [M2] Changelog plugin report unknown range

2006-10-26 Thread Allan Ramirez
Hi Nate, As far as I know, the plugin does not resolve the last revision dates for each tag. Maybe the text Changes from an unknown range should be replace with Changes from start-tag to end-tag -allan Nate wrote: When I generate the changelog plugin using the tag type with CVS, I get the

Re: [m2] changes-maven-plugin - announcement-mail

2006-10-26 Thread Allan Ramirez
From what I remember fromfrom.../from/from is correct, though you're right it does not follows the maven convention. -allan Wayne Fay wrote: I've not configured this myself either, but I don't think this is valid XML: fromfrom.../from/from If it follows the standard Maven convention, it

Re: changing war name when installiing to repository

2006-10-24 Thread Allan Ramirez
Hi Marek, when you configure the pom finalnamecustom_warname/finalname and execute mvn install, the artifact installed in your local repo will still follow the naming convention which is artifact-version. But the war generated in your target directory will follow your custom warname. -allan

Re: Maven 2 Site generation

2006-10-19 Thread Allan Ramirez
Please see http://maven.apache.org/guides/mini/guide-site.html You dont have to generate a site project, all of your site docs(apt, fml, xdoc) will be place in src/site of your existing project. -allan Morgovsky, Alexander (US - Glen Mills) wrote: I have a Maven 2 project. I want to create

Re: Downloading Maven 2 documentation

2006-10-18 Thread Allan Ramirez
Check out the maven site and build it using mvn site https://svn.apache.org/repos/asf/maven/site/trunk -allan Carlos A. Carnero Delgado wrote: Hello, I'm a new Maven user, and I'd like to have a local copy of the documentation (http://maven.apache.org/guides/getting-started/index.html and

Re: installing multiple custom jar files into maven repository

2006-10-16 Thread Allan Ramirez
Hi, If I recall correctly, that is the only way. -allan Nishant Mehta wrote: Does anyone know how I can add multiple custom jar files in the maven repository at once (in something like a batch mode) without having to run `mvn install` on each one of them? Thanks

Re: Installing third party libraries

2006-09-06 Thread Allan Ramirez
In install plugin there is a parameter for it http://people.apache.org/~aramirez/maven-install-plugin/examples/installing-checksums.html though Im not sure if this feature is already released. -allan Lakshman Srilakshmanan wrote: Hi Jochen, Is there a -DgenerateCheckSum=true ??? Where can

Re: [m2] How to exclude resources from src/main/resources in the generated jar

2006-09-05 Thread Allan Ramirez
Hi Elid, try this build resources resource directorysrc/main/resources/scripts/directory excludes exclude**/*/exclude /excludes /resource /resources /build if it still doesnt work, try to use the plugin in the snapshot repository -allan Elid OR

Re: product codes at java 1.4, test sources at java 1.5

2006-09-04 Thread Allan Ramirez
See profiles http://maven.apache.org/guides/introduction/introduction-to-profiles.html -allan anarkhos wrote: hi, i would like to use java 1.5 in my test classes but i have a constraint to use java 1.4 in my product code. how can i tell maven to compile and execute tests in 1.5 level, while

Re: javax.resource connector, unable to download dependency

2006-09-03 Thread Allan Ramirez
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html -allan Marco Mistroni wrote: hi all, i m runnig maven2 for building my app, which uses spring. i tried to set as dependency spring dependency groupIdorg.springframework/groupId artifactIdspring/artifactId

Re: AW: AW: installing sources to local repository by means of install plugin

2006-08-24 Thread Allan Ramirez
What version of install plugin you are using? Im not sure if this feature is already released. Try to build the install plugin from source. allan Gunzenreiner Simon wrote: Hi Jochen sorry for bugging you but I also tried it out without the generatePom=true option, and it always turns my

Re: How to make maven quiet

2006-08-23 Thread Allan Ramirez
Hi EJ, Have you tried using maven.test.redirectTestOutputToFile parameter to mvn test? EJ Ciramella wrote: We're getting TONS of output when we run things like mvn compile or mvn test - some of is is our test classes but in the case of the compile, it's all maven output. How do we turn

Re: installing sources to local repository by means of install plugin

2006-08-23 Thread Allan Ramirez
Hi Simon, classifier is also supported for the install:install-file goal, so it should do the same with the deploy:deploy-file goal. allan Gunzenreiner Simon wrote: Hi all I am missing documentation about how to install sources packed by the source plugin into the local repository. I want

Re: changing remote repository

2006-08-23 Thread Allan Ramirez
Please refer to this link http://maven.apache.org/guides/introduction/introduction-to-repositories.html allan john_sh wrote: hello when i type the command mvn clean install to compile some exo modules, i recieve this error message : F:\java\projects\v2.x\exo-ssomvn clean install [INFO]

Re: changes.xml and jira query

2006-07-26 Thread Allan Ramirez
Not sure about it. Have you tried using changes:jira-report? Anyway, cid:part1.00030506.04030609@exist.com maven-changes-plugin should help you alot regarding jira querying. Cheers, allan juergen.schumacher wrote: Hi, for the change report I only found that the changes.xml have to edit

Re: Error in mvn install:install......

2006-07-26 Thread Allan Ramirez
and there is no space between the groupId and artifactId parameter. Cheers, allan Napoleon Esmundo Ramirez wrote: Hello, Your -Dfile argument contains spaces. Try using quotes around the value. If it still fails, go to that directory and execute the command right there. Cheers! Nap On

Re: mvn install installs jar as war file in my local repository!

2006-07-24 Thread Allan Ramirez
Hi, Please paste your pom so we could take a look at it. Thanks, allan Zeltner Martin wrote: Hello! I've got a pom.xml with packaging war. When I execute mvn package Maven creates jar, test-jar and war. Now I'd like to install all three in my local repo. First, this doesn't work. I saw that

Re: FTP via Maven?

2006-07-07 Thread Allan Ramirez
See http://maven.apache.org/wagon/ or you may check out the source in https://svn.apache.org/repos/asf/maven/wagon/trunk Chris Wall wrote: Hey there. We're dependent on jars from a non-Maven project. The jars are available via FTP. Has anyone come up w/ an eloquent way of integrating FTP

Re: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Allan Ramirez
It seems that the parameters are still readonly from the 2.1 version of install plugin in ibiblio.. Content in the plugin.xml: parameter nameartifactId/name typejava.lang.String/type requiredtrue/required editablefalse/editable still not

Re: JDepend

2006-06-27 Thread Allan Ramirez
http://maven.apache.org/guides/development/guide-testing-development-plugins.html and change the url to the url edwin has given to you. Cheers, allan Edwin Punzalan wrote: Have you tried putting http://snapshots.maven.codehaus.org/maven2 in your snapshot repository ? Its there at

Re: hibernate3 extension - No Suitable Driver

2006-06-26 Thread Allan Ramirez
Have you tried declaring your driver as a dependency instead of as an extension? -allan bkbonner wrote: Max, I did do this, which is why I posted my original msg. Thanks for replying, just the same. I realized what was happening. The driver URL syntax had changed in the new driver version.

Re: share local repository

2006-06-26 Thread Allan Ramirez
As far as I know, that is the only way. :) -allan tulasi wrote: Hi, I have to share my repository with my collegues. I have gave the shared permissions fir repository and and i have modified settings.xml set the tag like localRepository//xymachine/repository/localRepository i have tested

Re: Difference between assembly:assembly and assembly:attached

2006-06-20 Thread Allan Ramirez
One of their difference is that assembly:assembly is binded to package phase ( Im not sure if binded is the right term for a mojo that has @execute phase) while the assembly:attached doesnt. When using executions the asembly:attached is more appropriate to use. Jochen Wiedmann wrote: Hi,

Re: Sharing third party jars in ibiblio

2006-06-19 Thread Allan Ramirez
Please visit this guide http://maven.apache.org/guides/mini/guide-ibiblio-upload.html -allan Aleksei Valikov wrote: Hi folks, I would like to share some third party jars in ibiblio. I've searched the docs - they describe how to install third party jars in a local repository and how to

Re: [m2] changes plugin configuration

2006-06-08 Thread Allan Ramirez
I think there is already one, but im not sure. But if it doesnt exist then feel free to file an issue :) -allan Wim Deblauwe wrote: Thanks! Do you want me to file a jira to include this into the site documentation? regards, Wim 2006/6/8, Allan Ramirez [EMAIL PROTECTED]: configure

Re: [m2] changes plugin configuration

2006-06-07 Thread Allan Ramirez
configure the plugin to something like this ... build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changes-plugin/artifactId configuration xmlPathsrc/site/changes/changes.xml/xmlPath /configuration /plugin /plugins /build ... allan

Re: [ERROR] ResourceManager ???

2006-06-05 Thread Allan Ramirez
Hi there, Just ignore that stuff. Its not with maven its with the velocity. Its no big deal. Cheers, -allan EJ Ciramella wrote: Can anyone explain what maven is attempting to do? [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager :

Re: mvn deploy:deploy problem

2006-05-24 Thread Allan Ramirez
There is no file been set to your artifact. Try to execute mvn deploy only -allan Raymond N. Ritz wrote: All, When attempting to use mvn deploy:deploy or even if I try mvn deploy:deploy-file I am getting an error that reads The packaging for this project did not assign a file to the build

Re: Cobertura reports 0% for some classes

2006-05-24 Thread Allan Ramirez
You can also execute the clean in the command prompt with mvn clean cobertura:clean cobertura:cobertura -allan Jason Chaffee wrote: You can add the clean execution to the cobetura plugin executions to delete the .ser file during mvn clean. execution idclean/id

Re: The plugin 'org.apache.maven.plugins:maven-install-plugin' does not exist or no valid version could be found...

2006-05-22 Thread Allan Ramirez
Are you behind a proxy? If not try to append -U in your command -allan Roald Bankras wrote: What are you trying to do here? It looks like you're trying to install a file called 'repository' What you probably want to do is install the activation.jar file. Try: mvn install:install-file

Re: how can I make a profile active when a property is NOT set?

2006-05-22 Thread Allan Ramirez
Yes, set the profile in the settings.xml via activeProfiles section. http://maven.apache.org/guides/introduction/introduction-to-profiles.html Max Cooper wrote: I know that I can make a profile active when a property is set... activationpropertynameX/name/property/activation Or when a

Re: [m2][surefire-report-plugin] Not picking up the surefire reports when generating html.

2006-04-27 Thread Allan Ramirez
hmm weird why there isnt any xml file on your surefire-reports? surefire-report parses those xml files to generate the report allan Mikael Andersson wrote: Hi, the surefire-report-plugin isn't picking up the surefire report files when generating the surefire-report.html file. The HTML file

Re: Installing a jar into local repository without specifying artifactId, groupId

2006-04-26 Thread Allan Ramirez
Hi there, it should be mvn install:install-file -DpomFile=path-to-pom -Dfile=path-to-jar allan [EMAIL PROTECTED] wrote: Hello - I have a jar file that was generated from a Maven 2.0 build. The pom.xml file is included inside the jar file. Is there a maven command to install the jar file

Re: New to Maven

2006-04-26 Thread Allan Ramirez
Hi there, Have you tried appending -U to your mvn command? allan ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create

Re: [M2] Where to place project documentation?

2006-04-26 Thread Allan Ramirez
Yes. http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20create%20documentation? allan [EMAIL PROTECTED] wrote: Is there a standard folder for documentation in a Maven project? e.g. /src/docs? We usually have documentation (MS Word files, class diagrams *.dnx, Visio

Re: Changing Local Repository

2006-04-09 Thread Allan Ramirez
Hi there, Try to append -U in your command regards, allan Carlos Cadete wrote: Then I change the localRepository in the global settings file, to a new empty directory, and I execute mvn compile, maven simples gives me [ERROR] BUILD ERROR [INFO]

Re: [m2] Problems with changelog-maven-plugin

2006-03-20 Thread allan ramirez
what version of changelog plugin are you using? -allan On 3/18/06, Tim Davies [EMAIL PROTECTED] wrote: Hi, Ive just been trying to get the changelog plugin to work for my maven2 sites. I find that only template pages are being generated and I get the following errors in the output:

Re: [m202] question about filtering assembly

2006-03-20 Thread allan ramirez
I guess this is also related to http://jira.codehaus.org/browse/MASSEMBLY-54 -allan On 3/21/06, Mick Knutson [EMAIL PROTECTED] wrote: I have a build that consists of 3 modules and then a src directory for the assembly: ./common/* ./ear/* ./war/* ./src/* When I run an install, only the

Re: [m202] question about filtering assembly

2006-03-20 Thread allan ramirez
btw, you sure you placed your install script inside the src/main/resources directory? -allan On 3/21/06, allan ramirez [EMAIL PROTECTED] wrote: I guess this is also related to http://jira.codehaus.org/browse/MASSEMBLY-54 -allan On 3/21/06, Mick Knutson [EMAIL PROTECTED] wrote: I have

Re: changelog-maven-plugin - range configuration not working as expected

2006-03-19 Thread allan ramirez
Or maybe you build it from source. -allan On 3/20/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Which version of the plugin are you using? I've tried your configuration on the latest SNAPSHOT plugin and it does generate the report 90days prior. Try the latest from svn or wait for it to be

Re: [m2] Does MINSTALL-12 fix MINSTALL-14 ?

2006-03-09 Thread Allan Ramirez
Yes, MINSTALL-14 is a duplicate of MINSTALL-12. I saw that it was fixed and commited yesterday, you should build the plugin from source to use it. -allan Adrian Herscu wrote: Hi all, It seems like http://jira.codehaus.org/browse/MINSTALL-12 fixesu

Re: [m2.0.2]maven-clean-plugin' does not exist or no valid version could be found

2006-03-09 Thread Allan Ramirez
Hi, I dont think the pluginManagement will help you for this. Try this http://docs.codehaus.org/display/MAVENUSER/FAQs-1 and look for the question How do I resolve the plugin name does not exist or no valid version error? By the way, the faq page seems a bit messy so dont get confuse. :)

Re: [m2] error deploying 3rd party lib to ftp repository

2006-03-07 Thread Allan Ramirez
? :-( Pieter Allan Ramirez wrote: Hi there, You should copy first the wagon-ftp jar and commons-net jar in your %M2_HOME%/lib -allan Pieter Vandepitte wrote: Hi, I'm trying to deploy a 3rd party library to my own remote repository, but I get the following error (see bottom mail). Is someone

Re: [m2] error deploying 3rd party lib to ftp repository

2006-03-06 Thread Allan Ramirez
Hi there, You should copy first the wagon-ftp jar and commons-net jar in your %M2_HOME%/lib -allan Pieter Vandepitte wrote: Hi, I'm trying to deploy a 3rd party library to my own remote repository, but I get the following error (see bottom mail). Is someone familiar with this exception?

Re: [M2] Deploying jar with classifier fails...

2006-03-05 Thread Allan Ramirez
I think this is a bug. Please file an issue in jira. Thanks, allan jean-laurent de morlhon wrote: Hi all, In order to produce a single artifact with a classifier, I configured the jar plugin as follow in my pom. plugin groupIdorg.apache.maven.plugins/groupId

Re: Preventing some files in resource directory to get packaged in the jar

2006-03-02 Thread Allan Ramirez
Hi, You can use excludes from resources project ... build resources resource excludes excludefile-to-exclude/exclude /excludes /resource /resources ... /build /project -allan Seema Neb wrote: Hi, I have some configuration files in my

Re: Build date time

2006-03-01 Thread Allan Ramirez
Hi Jorg, I think it is not possible for the moment. Please file a jira request if it is not yet existing http://jira.codehaus.org/browse/MJAR -allan Jörg Zintel wrote: Hi, I'm just starting with maven 2 and wonder how I could get the build date and time into the manifest of my jar. I

Re: Error in deploy:deploy-file

2006-02-28 Thread Allan Ramirez
Is your ftp user same with the username to your repositoryId UnixServ-FTP? Try to check your settings.xml -allan [EMAIL PROTECTED] wrote: Any one had this problem earlier i still have the same issue i can manually login as my ftp user and create ,delete directories there, i also tried use

Re: AW: Local repositories and POM/Checksum.

2006-02-26 Thread Allan Ramirez
There is also a request for creating .md5 and .sha1 for install plugin, please see http://jira.codehaus.org/browse/MINSTALL-9 -allan Grothaus, Christoph wrote: Not install-file, but deploy-file! mvn deploy:deploy-file -DgroupId=GROUP_ID -DartifactId=ARTIFACT_ID -Dversion=VERSION

Re: Property variable not interpolated in parent element when POM is installed

2006-02-26 Thread Allan Ramirez
Use dependencyManagement tag for dependency versions in your parent pom. See http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -allan Sasvata Chatterjee wrote: Hi, I have a multipoject build. In the submodules, in the parent section, I am using a

Re: How can I store artifacts in our remote repository?

2006-02-26 Thread Allan Ramirez
http://docs.codehaus.org/display/MAVENUSER/FAQs-1#FAQs-1-HowdoIinstallartifactstoaremoterepository%3F -allan Marcin Maciukiewicz wrote: On 2/14/06, ravi kumar [EMAIL PROTECTED] wrote: Hi, I am Ravikumar. I came to get help form you. That is : How can I store artifacts in our remote

Re: Need help with Internal Repository - FTP

2006-02-26 Thread Allan Ramirez
Try to use the wagon-ftp build ... extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-ftp/artifactId version1.0-alpha-3/version /extension /extensions ... /build -allan Dixit, Sandeep (ProSource Solutions) wrote: Can

Re: [m2] Proxy Error? Error transferring file

2006-02-23 Thread Allan Ramirez
Hi there, can you paste the stacktrace here? add -X to your command -allan Dave Hoffer wrote: I cannot run maven2 on any PC within our company LAN nor can I run it on remote laptops connected to the LAN using VPN connection. What I have been attempting to do is demonstrate the use of a

Re: [m2] Proxy Error? Error transferring file

2006-02-23 Thread Allan Ramirez
Hi Dave, The server returned 401 code which means that you need a proper authorization. Try to check if the username or password are correct, -allan ** Dave Hoffer wrote: Here are the results with -X C:\ST\Components\xrite-commonsmvn -X install + Error stacktraces are turned on. [DEBUG]

Re: [m2] runtime error

2006-02-22 Thread Allan Ramirez
Hi there, http://docs.codehaus.org/display/MAVENUSER/FAQs-1 and look for the question How do I resolve the plugin name does not exist or no valid version error? This might helps -allan __

Re: [m2] answered: including generated build sources - was How to include Java files generated by XDoclet ?

2006-02-22 Thread Allan Ramirez
Hi Ruel, Blaise is using Maven 1.1-beta-2 so he cannot use that. -allan Ruel Loehr wrote: Use the build helper plugin. http://mojo.codehaus.org/build-helper-maven-plugin/ Ruel Loehr JBoss QA -Original Message- From: Blaise Gosselin [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Filtering webapp resources

2006-02-22 Thread Allan Ramirez
I think these will help http://jira.codehaus.org/browse/MWAR-12 http://jira.codehaus.org/browse/MNG-1683 -allan Xavier Frisaye wrote: Hi everybody, I want to filter webapp resources (the files under WEB-INF directory). I find there is already an issue/update to be able to do this kind of

Re: how to customize the announce email generated from changes plugin

2006-02-22 Thread Allan Ramirez
If I recall correctly, you should create a .vm in your resource directory for example project +--- src +---main +---resources +---templateDir +---mytemplate.vm and configure changes plugin build ... plugins plugin

Re: [m2] java version

2006-02-22 Thread Allan Ramirez
Please refer to this link http://maven.apache.org/plugins/maven-compiler-plugin/howto.html Jurgen Lust wrote: Hi Pieter, That's a configuration setting of the compiler plugin: build plugins plugin artifactIdmaven-compiler-plugin/artifactId versionRELEASE/version

Re: jdepend-maven-plugin

2006-02-20 Thread Allan Ramirez
Hi there, jdepend-maven-plugin is not released yet, so you have to build it from source before you can use it or follow this link http://maven.apache.org/guides/development/guide-testing-development-plugins.html Hope this helps. -allan Christian Cabanero wrote: Hi, I'm having trouble

Re: Automatic Update of plugins

2006-02-16 Thread Allan Ramirez
Hi Christian, use -U -allan Domsch, Christian wrote: Hi all, First of all great thanks to all developers of maven 2 (and maven 1, cause I heaviliy used maven 1 for the past two years) for making such a great tool and technology. I do have a (simple) question regarding update of plugins.

Re: [m202] can I use filters to externalize my artifact version number?

2006-02-15 Thread Allan Ramirez
Hi there, I think properties from the parent pom can be inherited by the sub modules. You may want to use that or http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? -allan Mick Knutson wrote: I want an easier way to manage version numbers

Re: Help: Common target for sub-folders

2006-02-15 Thread Allan Ramirez
Hi there, You're not doing anything wrong, It is the correct behavior of maven where each sub modules contains their own target and site when built. I am not sure how you would able to configure them to produce their target and site in the parent module. I havent tried this but probably this

Re: hibernate3 plugin

2006-02-13 Thread Allan Ramirez
I think all mojo plugins will work on Maven 2 only. -allan Michal Palička wrote: Hello, the Hibernate3 plugin can be found at the mojo-sandbox. http://mojo.codehaus.org/faq.html#what-is-the-sandbox I am not sure whether it supports Maven 1.x. You'll have to build it from the source. The

Re: FW: deploy:deploy-file

2006-02-13 Thread Allan Ramirez
and mvn deploy. Both help us download to local repositaries right? Thanks Suresh Allan Ramirez [EMAIL PROTECTED] wrote: Hi there, You missed the -Dversion. and one more thing change your groupID to groupId and artifactID to artifactId. Hope this helps. -allan Rasconi Luca (u.e.) wrote

Re: Maven plugin integration?

2006-02-10 Thread Allan Ramirez
Hi there, reporting plugins should be declare in the reporting section of the pom project ... reporting plugins plugin groupIdlevi9.plugin/groupId artifactIdmaven-otrs-plugin/artifactId /plugin /plugins /reporting /project Mladen Stanojevic

Re: Jdepend maven 2 plugin

2006-02-09 Thread Allan Ramirez
Hi Brian, Please refer to this guide http://maven.apache.org/guides/development/guide-testing-development-plugins.html Regards, -allan Brian Burridge wrote: Do I have to define something to tell Maven to go to that repository? When it fails it seems to indicate that it only checked the one

Re: changing names of individual reports?

2006-02-09 Thread Allan Ramirez
Hi Chris, I think if you would change the artifactId in their pom. Why would you want to do that anyway? -allan Chris Markle wrote: I am generating some reporting via the site goal. I get these as expected: # Project Reports * Changes Report Plugin * JavaDocs * Maven

Re: AW: Integrating Junit Testreport into the maven site

2006-02-06 Thread Allan Ramirez
Hi there, Try this http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIintegratestatic%28x%29htmlintoaMavensite%3F -allan Pleines, Karsten (I B 3) wrote: Hi, Thank you for the answer. I think you missunderstood my question or I forulated them erroneous. Now I have the Junit reports

Re: Any command for listing all the goals in maven 2?

2006-02-06 Thread Allan Ramirez
Hi There is none. :) But you may use the help plugin to list all the goals with in a certain plugin. Refer here http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-Howtolistallgoalsavailableforacertainplugin%3F Note: just replace the projecthelp to help -allan [EMAIL PROTECTED] wrote:

Re: Does maven 2 really support dependencies of type war?

2006-02-06 Thread Allan Ramirez
Hi, Im not sure, but It seems that you did not include the version of the war when you declared it as your dependency Jason Chaffee wrote: If I try to add a dependency of type war to my pom, I get the following Error (note: I can remove typewar/type and it doesn’t fail): [ERROR] FATAL

Re: Re : [m2] using xdoclet2 and maven2

2006-02-03 Thread Allan Ramirez
Do you have a proxy? If none, use -U to update your plugins. -allan DJP JEAN-PROST Dominique wrote: Hello, To help you help me, here is what I get when I try the -X option. Best regards for helping me. Dominique + Error stacktraces are turned on. [DEBUG] Building Maven user-level plugin

Re: Deploying Pom w/ Dependencies to Remote Repository

2006-02-02 Thread Allan Ramirez
Hi there, Try this, Change the packaging to pom mvn deploy:deploy-file -DgroupId=your group -DartifactId=artifact -Dversion=version -Dfile=path-to-your-pom.xml -Dpackaging=pom -DrepositoryId=repoId -Durl=url-to-deploy -allan [EMAIL PROTECTED] wrote: Here's my situation... I've setup an

Re: Executing mvn test (JUnit)

2006-01-31 Thread Allan Ramirez
(); assertEquals(java.lang.String,java.lang.String); } And everything works fine. any idea? I am using Maven 2.0.1 Thanks Ed On Mon, 30 Jan 2006 17:52:28 +0800, Allan Ramirez [EMAIL PROTECTED] escreveu: De: Allan Ramirez [EMAIL PROTECTED] Data: Mon, 30 Jan 2006 17:52:28 +0800 Para: Maven

Re: Executing mvn test (JUnit)

2006-01-30 Thread Allan Ramirez
Try this http://maven.apache.org/plugins/maven-surefire-plugin/howto.html -allan [EMAIL PROTECTED] wrote: Hi Folks Perhaps my problems is very simple: I am creating very simple tests creating simple testcases, when I do the smaller and easier test using some class as which is src

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Allan Ramirez
Hi Venkat, Please refer to this link http://jira.codehaus.org/browse/MNG-1598 -allan Venkat Muthusamy wrote: Hi, When I build the jar file using maven, my jar includes the pom.xml and pom.properties by default. I like to know the reason what is the reason behind this and like to know

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Allan Ramirez
is not available in maven repository ibiblio.org. i will wait. thanks Venkat M On 1/30/06, Allan Ramirez [EMAIL PROTECTED] wrote: Hi Venkat, Please refer to this link http://jira.codehaus.org/browse/MNG-1598 -allan Venkat Muthusamy wrote: Hi, When I build the jar file using maven

Re: EJB Unit tests with Maven 2

2006-01-27 Thread Allan Ramirez
Hi there, Try this link http://www.nabble.com/what-phase-for-ejb-unit-test--t878443.html#a2276847 It might help :) -allan Maciej Mastalarczuk wrote: Hi Everybody, I am a recent convert from Ant to Maven and as suggested on Maven's website I started from using Maven 2. Does anybody have

Re: EJB Unit tests with Maven 2

2006-01-27 Thread Allan Ramirez
-Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Friday, 27 January 2006 4:06 PM To: Maven Users List Subject: Re: EJB Unit tests with Maven 2 Hi there, Try this link http://www.nabble.com/what-phase-for-ejb-unit-test-- t878443.html#a2276847 It might

Re: [m2] dependency with local file

2006-01-27 Thread Allan Ramirez
Samuel, Please use install:install-file to install your 3rd party jar in your local repo.. Please see http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIinstallafileinmylocalrepositoryalongwithagenericPOM -allan Tim Morrow wrote: Specifically for a dependency on the J2EE

Re: Beginner: creating maven 2 plugin.

2006-01-26 Thread Allan Ramirez
Hi there, Have you installed your plugin? try to command mvn install -DupdateReleaseInfo=true before you execute your plugin. -allan Pleines, Karsten (III A 6) wrote: I tryed to creat my first maven 2 plugin. As sample I used the tutorial of the apache website:

  1   2   3   >