Need some help with mvn install command

2011-11-23 Thread Josh Gooding
not go through a proxy. Plus this is a Windows env, so my assumption is that the settings.xml is optional. With everything going on, I just want to get the project to build. Can anyone provide me with some insight? Thanks in advance. - Josh repositories repository

Re: Using maven shade plugin on provided dependencies

2011-07-19 Thread Josh Stone
Thanks for the response. On Tue, Jul 19, 2011 at 7:30 AM, Benson Margulies bimargul...@gmail.comwrote: This has come up before, I believe that there is a JIRA requesting it. It happens when someone has two environments: one in which something is provide, and one in which they want to shade

Error during release:perform with multi-module git project on Windows

2011-07-18 Thread Josh Stone
that someone previously setup at https://github.com/rickyclarkson/maven-git-testcase 1. Clone the project. 2. Change the maven release plugin version to 2.2 (newest). 3. Run maven release:clean release:perform. Does anyone know how to resolve this? Thanks, Josh

Using maven shade plugin on provided dependencies

2011-07-18 Thread Josh Stone
Is there a way to have the Maven Shade plugin operate on dependencies that are provided scoped? It appears that when I change the scope on my dependencies to provided, the shade plugin no longer picks them up. Thanks, Josh

[maven enforcer plugin] maven enforcer plugin - plugin using = version #

2011-03-06 Thread Josh J
pluginManagement section. However, child projects can always override this value and I need to trace which project has overriden this value. (crossposted from http://stackoverflow.com/questions/5208051/maven-enforcer-plugin-plugin-using-version ) Thanks, Josh

Re: Multi-project organization

2010-01-25 Thread Josh Stone
Thanks for the responses Ron and everyone. I'm going to take back all of your input and try to apply it. Josh On Sun, Jan 24, 2010 at 5:44 PM, Ron Wheeler rwhee...@artifact-software.com wrote: I am still new to Maven after using it for 3 years with 20+ projects. I recently installed

Multi-project organization

2010-01-24 Thread Josh Stone
for each project, one to serve as a build pom and one to reference jars? Should I store the pom(s) in SCM along with having them in the maven repository? Any tips are appreciated, Josh

Re: Multi-project organization

2010-01-24 Thread Josh Stone
not sure how to manage this... Josh On Sun, Jan 24, 2010 at 2:03 PM, Wendy Smoak wsm...@gmail.com wrote: On Sun, Jan 24, 2010 at 2:55 PM, Josh Stone pacesysj...@gmail.com wrote: Since any given project could be built locally from source or from jars, do I need two poms for each project, one

Re: Multi-project organization

2010-01-24 Thread Josh Stone
I think I get what you are saying. So each project should have dependencies on its jars, and I just choose to build each project if I want, otherwise the dependencies will be resolved from the jars. josh On Sun, Jan 24, 2010 at 2:28 PM, Manuel Grau mang...@gmail.com wrote: Is exactly what I'm

Re: Maven JavaScript Plugin

2009-10-23 Thread Josh Suereth
JS libraries and combine them all in our final product. Hope that helps! - Josh On Thu, Oct 22, 2009 at 5:09 PM, Neil Chaudhuri nchaudh...@potomacfusion.com wrote: A colleague at work expressed an interest in doing a lot of Maven-like things in the JavaScript realm. I did some research

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
Does your scalac plugin depend on any other plugins? If you can point me towards a repository holding your scalac plugin, I can create an integration test for this use case. I'm adding it to the list of known issues. - Josh On Wed, Jul 22, 2009 at 2:43 AM, Nicholas Tung gatoatigr

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
Hey, I just go this email. I'll make the patch and commit shortly. Thanks for the submission! There's still some mismatch since we re-built the scala-tools.org server, so the maven-scala-plugin nightlies are not getting published. I'm going to try to resolve that shortly. - Josh On Wed, Jul

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
It's used in several locations. Anyway, your fix is committed on the master. I'm working on adding support for transitive dependencies now. - Josh On Wed, Jul 22, 2009 at 10:49 PM, Nicholas Tung gatoatigr...@gmail.comwrote: On Wed, Jul 22, 2009 at 7:00 PM, Josh Suereth joshua.suer

Parse out pure version number

2009-07-02 Thread Josh McFarlane
. Is there a special property to get the resolved version, or do I need to manually add something to my exec script to parse out -SNAPSHOT? -- Thanks, Josh McFarlane

Re: Parse out pure version number

2009-07-02 Thread Josh McFarlane
That's actually exactly what I was looking for! Thanks! On Thu, Jul 2, 2009 at 3:26 PM, Dan Tran dant...@gmail.com wrote: this may help. http://mojo.codehaus.org/build-helper-maven-plugin/parse-version-mojo.html -D On Thu, Jul 2, 2009 at 1:00 PM, Josh McFarlanejosh.mcfarl...@gmail.com

Maven 2.1.0 + SHITTY plugin = Whose issue, Mine, Yours, Theirs?

2009-03-23 Thread Josh Suereth
) I should be using some other form of integration testing for maven 2.1.0 3) if anyone else has seen this issue? Thanks for the help! Maven 2.1.0 is working great for all my other projects that use the maven-scala-plugin, just not the plugin itself. Great work Maven Team -Josh

Maven-bundle-plugin Scala

2009-02-28 Thread Josh Suereth
with the maven-bundle-plugin? Thanks!! -Josh Suereth

Re: mvn eclipse:eclipse not adding source directories

2009-02-13 Thread Josh Suereth
Thanks for the answer! I'll notify the users. Anyway to integrate the eclipse + scala plugins directly? On Fri, Feb 13, 2009 at 4:44 AM, Dirk Olmes d...@xanthippe.ping.de wrote: Josh Suereth wrote: Hey guys, I'm trying to better integrate the maven-eclipse-plugin with the maven-scala

mvn eclipse:eclipse not adding source directories

2009-02-12 Thread Josh Suereth
Hey guys, I'm trying to better integrate the maven-eclipse-plugin with the maven-scala-plugin. Is there anyway I can notify the eclipse:eclipse goal to add extra source directories when creating the eclipse project files? Thanks! -Josh

Re: pde-maven-plugin

2009-01-08 Thread Josh Suereth
I gotta say, I'm *VERY* excited about Tycho. On Thu, Jan 8, 2009 at 11:43 AM, Eugene Kuleshov e...@md.pp.ru wrote: PDE plugin is bit outdated and I don't think it supports Eclipse 3.4. There is another plugin that can be used to handle building of Eclipse plugins and it works with

Re: MAVEN certifications

2008-12-16 Thread Josh Suereth
Here's a fun one for you: http://letmegooglethatforyou.com/?q=jfgi Combines the indirectly and directly rude methods of suggesting someone performs their own search before pegging the list-serve. On Tue, Dec 16, 2008 at 2:50 PM, Wayne Fay wayne...@gmail.com wrote: Just out of curiosity, why

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-13 Thread Josh Suereth
What I'm saying is that the surefire plugin is responsible for bootstrapping Junit4, but does not follow all of its conventions. It has its own conventions. If you want to use Junit4 in maven, that means you use surefire to call into Junit4. If you don't like the default configuration for the

Re: How to mkdir and move files as part of build

2008-12-13 Thread Josh Suereth
http://letmegooglethatforyou.com/?q=modicum On Fri, Dec 12, 2008 at 10:52 PM, CheapLisa l...@purpleblade.net wrote: yea, I already googled. I already to that before posting. Nothing came up. What does modicum mean? thanks Wayne Fay wrote: Somebody made me discover that recently:

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-11 Thread Josh Suereth
that calls into junit) for junit4 conventions, or you won't get your desired behavior. -Josh On Thu, Dec 11, 2008 at 6:39 PM, CheapLisa l...@purpleblade.net wrote: I do not believe this has anything to do with it and I don't understand what you are saying. L mgainty wrote: place

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-11 Thread Josh Suereth
, 2008 at 7:46 PM, Josh Suereth joshua.suer...@gmail.comwrote: Lisa, The answer is that although Junit4 might support finding the @Test annotations, the maven surefire plugin (being backwards compatable, AND a completely different tool) looks for Test* *Test and *TestSuite. You need

Re: maven plugin problem (can not solve after many tries)

2008-12-11 Thread Josh Suereth
A few questions: 1) Is your project supposed to be a pom project 2) What's in your parent pom? 3) What are you calling on the maven command line? It's looking for 'org.apache.maven.plugins:maven-izpack-plugin, which is the old maven 1 version. So you either have that specified somewhere, or

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-10 Thread Josh Suereth
I believe the name of the class still matters. Try calling it Test*.java On Wed, Dec 10, 2008 at 12:16 AM, CheapLisa [EMAIL PROTECTED] wrote: I have JUnit 4.5 as a dependency in my maven pom and I have imported annotations into my test case but it is not recognizing the @Test and @Ignore

Re: Maven Jaxb plugin?

2008-12-09 Thread Josh Suereth
In the past I've used the maven-exec-plugin with xbeans. Not sure if that helps. On Dec 9, 2008, at 1:31 PM, CheapLisa [EMAIL PROTECTED] wrote: Another question, is there a maven2 plugin that will generate an XSD from XML ? thanks Lisa Adam Leggett wrote: Try

Re: import project into Eclipse 3.4

2008-08-24 Thread Josh Long
and it would generate working Eclipse project descriptors (the .classpath/.project I just mentioned) ear/war configuration that you could then use to import into Eclipse. Sorry if this doesn't answer the question entirely, but hopefully it will be insightful. Thanks, Josh On Sat, Aug 23, 2008 at 6:53 AM

Making the case for Maven to managment

2008-08-22 Thread Josh Long
Hi everyone, I'm trying to make a case for Maven and I'm going to need to provide a better reason than it's better than a kick in the face! to managment. I'm at a bank, so everything is subject to heavy scrutiny. Essentially, our project hardly compiles and is so untestable that upon check out no

A few issues for which it's not worth inundating the list multiple times. Help appreciated

2008-08-22 Thread Josh Long
with Fortify? And if so, have you integrated it with Maven? I can't seem to find a plugin a la PMD/ FindBugz' integrations. I know there's an Ant task, has any one used that via Maven? Thanks all, Josh Long http://www.joshlong.com

exporting classworlds or testing assembly output

2007-08-31 Thread Josh ChaitinPollak
, Josh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WTP, Eclipse, and Maven with APP-INF/lib

2007-08-24 Thread Josh Long
eclipse .settings stufff? Anything at all would be appreciated. Thanks, Josh Long - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Eclipse 3.3 natures/builders and maven

2007-08-19 Thread Josh Long
Hi all Does anyone have any advice / feedback on getting mvn eclipse:eclipse to work well enough so that an ear pom, ejb pom, and a war pom are all assigned the correct eclipse natures / builders when the descriptors are built? Thanks! Josh Long

Is it possible ot sign the jar with all dependencies that maven generates using its assembly plugin? any help appreciated.

2007-02-07 Thread Josh Long
Hello list, Is it possible ot sign the jar with all dependencies that maven generates using its assembly plugin? The maven jar plugin has manifest and keystore config params. Are those accessible or usable osmehow by the assembly plugin? Scenario: I'm trying to deploy a large jar with all

Re: What's the easiest way to deploy an existing project to a different server?

2006-11-21 Thread Josh Long
THATS IT?? good news. Thanks again, Tom. Forgive my novice question. Josh On 11/18/06, Tom Huybrechts [EMAIL PROTECTED] wrote: Use an alternate deployment repository: mvn deploy -DaltDeploymentRepository=myrepo::default::myurl See http://maven.apache.org/plugins/maven-deploy-plugin/deploy

What's the easiest way to deploy an existing project to a different server?

2006-11-17 Thread Josh Long
authenticate. I don't want to have to (as I tend to svn update their code frequently) modify their pom to configure a second repository/server. what's the best way to introduce a seperate server into the deployment process without really touching their code? Thanks, Josh

Re: Maven rant

2006-11-04 Thread Josh Long
into the documentation or something... These are all just proposals, as I wonder what this sort of solution might look like. Josh On 11/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +1 This would make it even possible to create a user/project dedicated manuals. The project pom-file already has all

Re: building twice - version 1.0.3

2006-08-01 Thread josh . steele
to be Firefox related. Can you try replicating it again Emmanuel? Thanks, Josh Original Message -- In show projects page: Single click on build now results in 2 enqueued builds. Single click on build-all results in 1 enqueued build (with only one project added of course). Forgot to mention

Re: maven site into Trac?

2006-07-30 Thread Josh Long
The clamoring masses have it.. please release it On 7/30/06, Srepfler Srgjan [EMAIL PROTECTED] wrote: YES! :) Srgjan Andrew Williams wrote: :) I am the dev behind dev.rectang.com and can tell you it is not manually done :) I have a trac plugin that is almost ready for a release that

Re: Spring 2.0, hibernate/ejb 3

2006-07-17 Thread Josh Long
Ah so.. i'll have a whack at that, thank you both so much! Josh On 7/17/06, Markus Wolf [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hibernate annotations have a dependency on the javax.persistence jar, which of course isn available but i got the correct iteration

Spring 2.0, hibernate/ejb 3

2006-07-13 Thread Josh Long
spring 2.0m4 to work, though.. any one else have any luck here? Thanks, Josh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] properties not available to unit tests

2006-06-28 Thread Josh
repositories, and again there is no problem on the machine with the newer repository. All three machines are using the junit plugin v. 3.8.1. Copying over the entire repository from the working machine to a broken machine fixes the problem. Any ideas which plugin is to blame? Thanks, Josh

Re: RE : [m2] properties not available to unit tests

2006-06-28 Thread Josh
Thanks! The problem is indeed with maven-surefire-plugin (2.2), and goes away when I revert to 2.1.2. Josh On 6/28/06, Olivier Lamy [EMAIL PROTECTED] wrote: I think I have asked it recenlty. Try with surefire plugin in version 2.1.3 Or with last release version add in plugin configuration

Re: building twice - version 1.0.3

2006-05-30 Thread josh . steele
generating output. Any thoughts for this? Thanks, Josh -Original Message--- Yes, actually, if you refresh a page generated just after a form, the form is resended when you refresh the page. You can click on Show Project link in menu instead. We'll fix this problem in 1.1 Emmanuel Rick

Re: [M1] preparing release of checkstyle plugin 3.0 with support for java 1.5

2005-12-05 Thread Josh
Works fine for me with Maven 1.1-beta-1 and Maven plugin plugin 1.6. Finally no more parse errors for source files with Java generics, hooray :-) Evidently the new plugin includes unit tests in its reports... is there a property to disable this feature?

Passing parameters to maven.xml goals

2005-08-11 Thread Josh
if this is a trivial question, but in all the examples I've found, I haven't seen any additional arguments being passed along with the name of the goal. Thanks, Josh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Passing parameters to maven.xml goals

2005-08-11 Thread Josh
Perfect. I'm surprised I didn't think of that.. thanks for your reply, Tom. Josh On 8/11/05, Litton, Tom - CEPM [EMAIL PROTECTED] wrote: maven goals have access to all properties set for that project, plus any that gets passed in on the command line. So, for maven 1, you have 2 options

directory structure of a Maven project using SVN

2005-07-29 Thread Josh
Hi. I'm new to both Maven and Subversion. I would like to put my entire project under version control (that is, including my project.xml, project.properties and maven.xml, as well as my src directory) except, of course, for the target directory. Do I need to move/delete the target directory

Re: directory structure of a Maven project using SVN

2005-07-29 Thread Josh
This is working beautifully, thanks guys! Josh On 7/29/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, Jul 29, 2005 at 02:49:39PM -0700, Josh wrote: Hi. I'm new to both Maven and Subversion. I would like to put my entire project under version control (that is, including my

Re: Local Repository Issue

2005-07-15 Thread Josh
Try adding the line: maven.repo.local=[path to local repository] to your build.properties file. I had the same problem (Maven 1.0.2 wasn't finding JARs in a repository in the default location). Btw. what OS are you working in? I'm using Fedora. Josh On 7/14/05, Dennis Geurts [EMAIL PROTECTED