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? ===

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 Geur

Re: Howto get the dependencies of direct dependencies of a project

2005-07-25 Thread Josh
able to keep track of the project's dependencies in such a way that you don't need any extra script or command-line keystrokes to execute the end product of a java:compile. Would it help to make the project into a plugin? Thanks for humoring a newbie, Josh On 7/25/05, Yann Le

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 ever

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 cont

Passing parameters to maven.xml goals

2005-08-11 Thread Josh
Sorry 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] F

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. > >

[m2] properties not available to unit tests

2006-06-28 Thread Josh
with newer 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? Tha

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 configu

Re: building twice - version 1.0.3

2006-05-30 Thread josh . steele
om the time I press the button until the console stops 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 Proje

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

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

2007-08-24 Thread Josh Long
level 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]

exporting classworlds or testing assembly output

2007-08-30 Thread Josh ChaitinPollak
embly (or other distributable)? If I could do that, I could write tests and have them test a fully built distributable, which would let the shell scripts assemble the classpath the same way we do in production, which would make the test much more realistic. Thanks for any sug

Spring 2.0, hibernate/ejb 3

2006-07-13 Thread Josh Long
course isn available but i got the correct iteration (the one shipped in hibernate-annotations' lib dir for 3.0beta2 and placed it in my private repository.. so that works wonderfully. im not faring sowell at trying to get spring 2.0m4 to work, though.. any one else have any luck here? Thanks,

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

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 t

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 depend

Re: Maven rant

2006-11-04 Thread Josh Long
s 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

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

2006-11-17 Thread Josh Long
x27;t 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: 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/

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 n

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

2008-08-22 Thread Josh Long
security checks 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

Re: import project into Eclipse 3.4

2008-08-24 Thread Josh Long
pse 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,

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 http://mojo.codeh

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 @I

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

2008-12-11 Thread Josh Suereth
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 wrote: > > I do not believe this has anything to do with it and I don't understand > what > you are saying. > > L > > > > mgai

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

2008-12-11 Thread Josh Suereth
On Thu, Dec 11, 2008 at 7:46 PM, Josh Suereth wrote: > 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.

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 yo

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 s

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 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: http

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 wrote: > > Just out of curiosity, why is this your new

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 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 Eclipse 3.3. a

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

2011-07-18 Thread Josh Stone
with a test project 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

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 wrote: > 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 it. It's not currentl

Need some help with mvn install command

2011-11-23 Thread Josh Gooding
s at the top. From what I am reading, it is suggested that the internet traffic is going through a proxy, however, no one else on this floor has the problem, and I have been assured by the networking dept that the internet traffic does not go through a proxy. Plus t

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: 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 wrote: > Josh Suereth wrote: > > Hey guys, > > > > I'm trying to better integrate the maven-eclipse-plugin with t

Maven-bundle-plugin & Scala

2009-02-28 Thread Josh Suereth
roach feasible for integration with the maven-bundle-plugin? Thanks!! -Josh Suereth

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

2009-03-23 Thread Josh Suereth
shitty plugin, or I've failed to configure things correctly 2) 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

Parse out pure version number

2009-07-02 Thread Josh McFarlane
0.0-SNAPSHOT". 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 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 McFarlane > wrote: >

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 wrote: > Hi D

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. - Jo

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 wrote: > On Wed, Jul 22, 2009 at 7:00 PM, Josh Suereth wrote: > >> Hey

Re: Maven JavaScript Plugin

2009-10-23 Thread Josh Suereth
o manage 4 different 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 JavaS

Multi-project organization

2010-01-24 Thread Josh Stone
ed two poms 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
ory as jars. I'm not sure how to manage this... Josh On Sun, Jan 24, 2010 at 2:03 PM, Wendy Smoak wrote: > On Sun, Jan 24, 2010 at 2:55 PM, Josh Stone wrote: > > > Since any given project could be built locally from source or from jars, > do > > I need two poms for each

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 wrote: > Is exactly what I'm doing

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 wrote: > I am still new to Maven after using it for 3 years with 20+ projects. > I recently installed the Nexus reposit

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

2011-03-06 Thread Josh J
using 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