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?
===
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
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
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
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
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
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.
>
>
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
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
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
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
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]
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
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,
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
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
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
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
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
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/
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
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
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,
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
roach feasible for integration with the
maven-bundle-plugin?
Thanks!!
-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
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
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:
>
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
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
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
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
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
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
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
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
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
51 matches
Mail list logo