With regards to a list, I believe there isn't one available yet.
With regards to the default values in pom.xml, you may want to take a
look at the maven-model source code. Most, if not all, is in there.
John Franey wrote:
I've looked and searched, but came up empty.
Is there a maven 2 s
Hi,
m2 collects these "expressions" from several sources. To start, this is
some of what I know:
1) System environment properties
2) pom.xml -> expressions here are somewhat bean based. For example, to
get the value for the output directory in your pom.xml, you use
${project.build.output
I've looked and searched, but came up empty.
Is there a maven 2 system property dictionary somewhere? This would
list the system properties that have value relative to lifecycle phase,
and what the value would be if not overridden by user's POM or -D
option. Also with the list is a short de
I believe this is a bug.
The provided scope should work the same way as the compile scope with
the exception that provided scoped dependencies will not be "packaged"
inside the generated package.
Please file a jira issue on
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10500
Thank
On Aug 19, 2005, at 12:00 PM, Scott Lamb wrote:
- how can I make this work anyway? (for the time being, the same
buildfile has to work with maven 1.0.2 also.) I imagine there's an
easy classpath trick, since this jar is in the ibiblio maven
repository. The trick eludes me, though.
I ended
Mauricio Hernández Durán wrote:
Hi all!
Anyone knows where I can get something similar to a db plugin for maven?
What I need is from a bunch of sql scripts to have init, populate, drop
goals...
Thanks in advance!
-
Hi Carlos/Thomas,
Thank you for the reply.
I checked the oness and saw the loading of the applicationContexes.
And could notice that by default the server loads the test
applicationContexts before the main ones. My main doubt right now is
how can I be sure that it´s gonna be the default behaviour
Hi,
I have a project A, and a project B that depends on A. A has test code which
includes both abstract, invariant-checking base classes and regular tests under
src/test. Project B would like to reuse the base classes from project A's
src/test.
Searching for a way to do this in maven2 wi
http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar
and
http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-20050809.182002.jar
both have beta5
On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> On 8/19/05, Carlos Sanchez <[EMAIL PROT
On 8/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> It already depends on beta5
>
> On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > --
> > Jamie Bisotti
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For
It already depends on beta5
On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> --
> Jamie Bisotti
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
--
Jamie Bisotti
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi, I'm trying to use dotuml plugin to generate class diagram report inside my
project's site.
I'm using Maven 1.02 and Java 1.3.1_08 but I'm facing the followind error:
popping off [EMAIL PROTECTED] for org.apache.maven
[EMAIL PROTECTED] in maven-pom-plugin:maven-pom-plugin
popping off [EMAIL PRO
On 8/19/05, Mauricio Hernández Durán <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> Anyone knows where I can get something similar to a db plugin for maven?
>
> What I need is from a bunch of sql scripts to have init, populate, drop
> goals...
>
> Thanks in advance!
>
>
>
> -
I'm trying to get native2ascii to work in maven-1.1-beta-1. It worked
fine in maven 1.0.2.
I was using it through a maven.xml snippet like this:
...
...
ext=".properties"
src="foo" dest="bar"/>
...
...
which doesn't work. It actually prints out the native2ascii
OK, I've played with this some more now. Our network is up and down
due to that dratted W32/IRCbot.worm!, so I couldn't get to the maven
2 docs at all, and was just shooting in the dark a bit.
I still haven't fixed my problem, however. I have two subprojects - a
jar and a webapp, where the
Set the scope to 'provided'. I got myself confused, but compile is the
widest scope.
-Original Message-
From: Julian Wood [mailto:[EMAIL PROTECTED]
Sent: Friday, August 19, 2005 7:47 PM
To: Maven Users List
Subject: [m2] no dependencies in webapp build
Hi,
I want to build my webapp wit
I believe provided is what you are looking for. Have a look at
http://maven.apache.org/maven2/dependency-mechanism.html
-Original Message-
From: Julian Wood [mailto:[EMAIL PROTECTED]
Sent: Friday, August 19, 2005 12:47 PM
To: Maven Users List
Subject: [m2] no dependencies in webapp bui
Hi all!
Anyone knows where I can get something similar to a db plugin for maven?
What I need is from a bunch of sql scripts to have init, populate, drop
goals...
Thanks in advance!
-
To unsubscribe, e-mail: [EMAIL PROTECTE
Hi,
I want to build my webapp without the dependencies required for
compiling and testing. I had thought that limiting their scope to
compile would prevent them from showing up in the webapp build, but
that is not the case.
How can I do this?
Thanks,
J
--
Julian Wood <[EMAIL PROTECTED]
Andy Glick wrote:
Using M1 b1 and a tag as shown below, java plugin produced NPEs
for in code for goal
whether or not there was a tag. I got the plugin to work
after adding what appears in the final section. There were no files in
the src/resources tree. I did instrument the jelly code and
Thanks, that solved the issue. I forgot to download new plugin on our
CruiseControl box.
Vitaliy
On 8/19/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> You need artifact 1.6. I know you said you were using it, but the
> error message says 1.5.2 - check that you don't still have 1.5.2 JAR
> in $MAV
I am using maven 1 to build an ear project that contains several jars/ejbs and
a war. I have a few external libraries that the different modules depend on
and I would like to package these dependencies in the ear under a libs
directory. I've set up my dependency with the ear.bundle.dir propert
You need artifact 1.6. I know you said you were using it, but the
error message says 1.5.2 - check that you don't still have 1.5.2 JAR
in $MAVEN_HOME/plugins or ~/.maven/plugins.
- Brett
On 8/20/05, Vitaliy Geraymovych <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am getting this exception while ru
> checkout maven-proxy
I wondered if I was going to get bombarded with that link. My interest
is Apache module centric. That's why I included the bit about the Python
server and not wanting to maintain yet-another-service, _especially_ a
servlet container.
I do appreciate your response, though, a
There was some hesitation to adding filtering in the first place - we
added it as a parameter on the resources plugin because it was
uncertain it would be retained in the POM. It now looks like it will,
but we're wary of how it is used.
It is important for Maven to work that the values filtered in
Look in target/test-reports
You want 'maven.junit.usefile=false' in your project.properties.
mike
-Original Message-
From: Ruud Wijnands [mailto:[EMAIL PROTECTED]
Sent: Friday, August 19, 2005 9:04 AM
To: users@maven.apache.org
Subject: where does my logging go?
Hi,
when I run my jun
Hi All,
I am getting this exception while running war:deploy goal (it also
happens on war:install)
I can deploy and install jars without any problem.
Maven 1.1-b1
war-plugin 1.6.1
artifact-plugin 1.6
war:install:
[echo] Installing...
Uploading to **-web-1.0-SNAPSHOT.war:
...
checkout maven-proxy
http://maven-proxy.codehaus.org/
On 8/19/05, Matthew L Daniel <[EMAIL PROTECTED]> wrote:
> First, my objective. I want maven.repo.remote to point to our intranet
> Apache server for all artifacts. If our intranet does not have the
> artifact, it should connect to a "foreign"
First, my objective. I want maven.repo.remote to point to our intranet
Apache server for all artifacts. If our intranet does not have the
artifact, it should connect to a "foreign" maven.repo.remote
(ibiblio.org for argument's sake) and fetch it, storing a copy of the
bytes as they fly by.
I have
Where do put place your maven.home.local setting.???
http://maven.apache.org/reference/properties.html
-D
On 8/18/05, Faucher Aurélie <[EMAIL PROTECTED]> wrote:
> Yes, I put the property maven.home.local with my directory but Maven looks
> for the librairies in the other directory (C:\Documents
Hi,
I am almost an expert here, after trying to get filtering work for two
days :)
>From resources plugin code:
// support ${token}
Reader reader = new InterpolationFilterReader( fileReader,
filterProperties, "${", "}" );
// support @token@
At 09:22 AM 8/19/2005, David Jackman wrote:
Thanks for this--it works wonderfully. Is there a similar schema
available for maven.xml?
... snip ...
http://maven.apache.org/POM/3.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM
Hi Kenney,
OK, I downloaded the latest M2 precompiled snapshot from
http://maven.zones.apache.org/~maven/builds/
Things went smoothly until maven-antrun-plugin. I had to change
.m2/repository/org/apache/maven/plugins/maven-xdoclet-plugin/1.0-SNAPSHOT/ma
ven-xdoclet-plugin-1.0-20050813.152803-4.po
Hi:
What's the way to add java beans in the plugin.jelly?,
I tried to do it, but Maven send the next message:
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
BUILD FAILED
No goal [eee:jjj]
A plugin has
Hi,
when I run my junit test I see that none of the logging I have appears
on my screen.
I use the default java logging Logger class.
Can anyone tell me how I can make sure that my logging info is not
filtered out by maven?
Regards,
Ruud Wijnands
--
Thanks for this--it works wonderfully. Is there a similar schema
available for maven.xml?
-Original Message-
From: Andy Glick [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 18, 2005 5:11 PM
To: Maven Users List
Subject: Re: project.xml, maven-v3_0_0.xsd and xml aware editors
At 11:36
That seems to work [at least JEdit does not complain]
I'll take a look on Jira & see if this is a requested / planned feature
[probably for the 'genapp' plugin].
I'm back - I added a comment on issue MPGENAPP-22
-Original Message-
From: Andy Glick [mailto:[EMAIL PROTECTED]
Sent: T
OK. Just what I need. Thanks.
Could you add this link to the Downloads page at Maven 2?
http://maven.apache.org/maven2/download.html
I couldn't even find this link when googling "maven2 nightly build"
Perhaps the "Continuum" should also be included?
Much appreciated,
Kevin
-Original Message
On Fri, Aug 19, 2005 at 02:34:57PM +0200, Kevin McNamee wrote:
> Hi,
>
>
>
> Is there somewhere I can download a nightly build of M2?
We're building a new distribution on every commit.
http://maven.zones.apache.org/~maven/builds/
--
Trygve
signature.asc
Description: Digital signature
Hi,
Is there somewhere I can download a nightly build of M2?
/Kevin
I'm a little confused how filtering of resources in M2 works.
Now, I can define several resource sets in the build resources
section (with include/exclude) patterns. But there is no way
of defining filters there. (At least that's what I think).
Now I can turn on filtering in the resources plugin.
there are a number of ways around this though, so if you have a
legitimate need to have access it can be done with a minimum of
hassle.
care should be taken to avoid it if you don't need it, but there are
certainly circumstances where it is unavoidable.
maven-jdbc-plugin and maven-execute-plugin
Yes, in fact the library I'm using (Spring-beandoc) defaults to the context
classloader for looking up the mapping files. Since the context classloader is
by default set to the application classloader, the plug-in is responsible for
switching the classloader at runtime before calling the library
Was that necessary? I assume you now have BeanDocClient as a dep on
your plugin, which should make the classloader current anyway, without
switching the context class loader.
- Brett
On 8/19/05, Van Steenberghe Mario (GFDI) <[EMAIL PROTECTED]> wrote:
> Thanks.
>
> In fact my plugin calls a libra
Thanks.
In fact my plugin calls a library that loads some resources inside these
libraries, so I had to switch the context classloader as follows:
public void executeReport(final Locale locale) throws MavenReportException {
final Thread current = Thread.currentThread();
final ClassLoader ol
Thanks,
This workaround I have done already, but that way you can not overwride
resoruces for each time resources plugin is used.
Thank you,
Andrius
"Johnny R. Ruiz " <[EMAIL PROTECTED]>
2005.08.19 03:34
Please respond to
"Maven Users List"
To
Maven Users List
cc
Subject
Re: [M2] How
Hi guys,
I published a new snapshot which fixe incompatibilities with maven 1.0 and
some jdk.
I tested it on windows XP with :
Maven 1.0.2 + JDK 1.3
Maven 1.0.2 + JDK 1.4
Maven 1.0.2 + JDK 1.5
Maven 1.1 + JDK 1.4
Maven 1.1 + JDK 1.5
This new snapshot has a new bug I didn't fixed actually : SVG s
The plugin gets the plugin's dependencies, not the project's.
Also, it uses a separate class loader, so the system classpath only
reflects what was used to bootstrap Maven (classworlds).
You can get the JARs for the project's artifacts using the
${project.artifacts} expression.
- Brett
On 8/19/
Hello,
Is there anyone who knows how the classpath is defined when a maven2 plug-in is
run ?
I expected that all the dependent jars, defined in my POM should be on the
classpath, but when I print out the classpath inside my plug-in, I get:
/**
* @see
org.apache.maven.reporting.AbstractMaven
Sorry, but this is not an appopriate list for this question. There are
plenty of other avenues for getting help with CVS - for example the
CVS book: http://cvsbook.red-bean.com/
On 8/19/05, NIRMALA Manivasagam <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> Iam trying to restrict the access of my reposit
try maven-scm-plugin 1.5.1-SNAPSHOT still in svn.
svn co https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
then goto trunk/scm and do maven install
-D
On 8/18/05, Sanjay Choudhary <[EMAIL PROTECTED]> wrote:
> Hi Dan,
> This makes perfect sense. Thanks for your help.
> In one of yo
52 matches
Mail list logo