I hade the same problem a week ago :-)
On 11/9/06, aXXa <[EMAIL PROTECTED]> wrote:
Konstantin,
Brilliant! it works excellent when I added the tag
pointing
out where to find the bean definition file in my tag.
Thanks!
Konstantin Polyzois wrote:
>
> You can configure Sprin
You can configure Spring to find it in WEB-INF/classes instead by using the
following in your web.xml:
contextConfigLocation
/WEB-INF/classes/fenix-servlet.xml
org.springframework.web.context.ContextLoaderListener
or if it is the DispatcherServlet use:
or
I have not find any. Was thinking of creating an empty war with dependencies
and then calling mvn package to make it download the dependencies.
/Konstantin
On 4/26/06, Rollo, Dan <[EMAIL PROTECTED]> wrote:
I found a jira issue for this, but it claims the classpath attrib is set
correctly, whil
You could include all property-files in build but use some environment
variable for making your code chose the correct one like -Denvironment=prod
/Kostantin
On 5/30/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
On 5/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Carlos,
>
> --> re FIL
Is it not possible to alter the artifactId's finalName and the dependencies
with profiles also? Then you would not get tainted builds... Not sure how to
do this but I have read about it somewhere.
Konstantin
On 5/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I am pretty sure that I am ov
I can only agree that the snapshot version is much better, don't have a clue
when it will be relesaed...
/konstantin
On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote:
>
> Hi Trent,
>
> Indeed the snapshot version (or the svn version if you build it yourself)
> is
> much better.
>
> To build it fro
I have succesfully done something along the way you are doing it but my
'local' repository is a maven proxy. It worked best if I gave my repository
the same id as central. That is rename your local to
central. And I am sure it works for me because we have no direct
access to internet.
Good luck
/
If you just comment out the maven install part? Never seen that before...
/Konstantin
On 4/11/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Sounds like a problem with the Weblogic plugin. You need to talk to
> more people who are using this plugin and confirm that it works for
> them before assumi
cool glad to be of assistance.
On 4/10/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote:
>
>
> Thank you. As I suspected it was a significant, yet trivial
> misunderstanding
> on my part. I wasn't specifying goals inside of an execution block and
> instead I was trying to stack POM's and have the plug
Ok basic pom for building using appc follows (please note that you have to
install weblogic files in to your repo):
http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0
there is a exclusion element you could use as well.
from memory:
hibernate
hibernate
3.1
cglib
cglib
...
/Konstantin
On 4/6/06, Wesslan <[EMAIL PROTECTED]> wrote:
>
>
> That's "exactly" how my pom looks like and I'm actually glad that Maven is
> complaining.
Are you sure the plugin is for maven 2?
/Konstantin
On 4/6/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote:
>
>
> I am trying to convert an existing and convoluted project at work to Maven
> 2
> from an existing Ant build script. I'm starting to get the hang of
> breaking
> one large project into mult
When I looked in to the source for the release plugin it actually executed
maven from there, so I guess that's where the strange output is coming
On 3/31/06, Julian Wood <[EMAIL PROTECTED]> wrote:
>
> The questions I would ask myself if I saw this output are:
>
> 1. It looks like you issued an mvn
Would not this work?
Project pom
components/Comp1
...
components/CompN
I have tried it, and it worked.
/Konstantin
On 3/29/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Realize that if you go this route, you won't be able to go to the top
> parent directory and issue a single "mvn install" type
Brett, I noticed that the projects on the page you pointed out contain a
dependency convergence report. Is this possible with m2?
/Konstantin
On 3/15/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> Have you looked at:
> http://maven.apache.org/ref/2.0.2/
> ?
>
> - Brett
>
> On 3/16/06, Sebastian
Sorry I digged a litle more it is the:
org.apache.maven.plugins:maven-plugin-plugin:report that does it.
/Konstantin
On 3/15/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote:
>
> When I look at the documentation for the maven plugins there are a list of
> available goals and s
When I look at the documentation for the maven plugins there are a list of
available goals and so on.
Is this documentation automatically generated?
If so, I would like to trigger the same kind of documenation for my own
home-grown plugins, any tips?
/Konstantin
Thanks! I'll do that
On 3/14/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
>
> To create a patch:
> http://maven.apache.org/guides/development/guide-m2-development.html
>
> To submit it:
> http://jira.codehaus.org/browse/MIDEA
>
> Konstantin Polyzois wrot
I'd like to help finish idea-plugin it does not handle ejb/ear very well, I
have it checked out where can I submit a patch? (And how do I create one
from svn)
/Konstantin
Sorry wrong subject...
On 3/14/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote:
>
> I'd like to help finish idea-plugin it does not handle ejb/ear very well,
> I have it checked out where can I submit a patch? (And how do I create one
> from svn)
>
> /Konstantin
>
I'd like to help finish idea-plugin it does not handle ejb/ear very well, I
have it checked out where can I submit a patch? (And how do I create one
from svn)
/Konstantin
There is, cobertura, I don't know if it is ok though. I had to build it from
cvs. But that was a while ago...
On 3/13/06, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:
>
> Is there a jcoverage plugin for Maven 2, or any plans to create one? I did
> not see one on Mojo. If not, is there an equival
Filed as http://jira.codehaus.org/browse/MNG-2141
On 3/10/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
>
> Sounds interesting. Could you please file something in Jira so that we
> track your suggestion?
>
> Regards,
> Stéphane
>
> On 3/10/06, Konstantin Poly
We are using maven to build some war and ear files for weblogic. To catch
errors early we aree precompiling the ears and wars using a inhouse written
weblogic.appc plugin. Two things are a bit annoying :-)
1 The ear and war plugin always overwrites each file, I have tracked this
behaviuor to a org
First of all I really like the release plugin it is really useful!
I have been playing around a little and I wonderif there is a way to
get an automatic scm tag?
Right now the release plugin asks me what tag to use, for me it would
be ok if it used the version sans -SNAPSHOT of course? Can I confi
I checked it out ant built it myself did not find a working release of it.
/Konstantin
2006/2/1, Arnaud Bailly <[EMAIL PROTECTED]>:
> Hello,
> What is the status of the cobertura plugin for m2 ? I had problems
> trying to include it in the pom through central and there
> was some discussion on th
We are trying out using ant/"m2 tasks for ant" to assemble an legacy
application.
When using the "dependencies" task it will download the specified
snapshot dependencies but they are not included in fileset when
copying. It works nice if the snapshots were built on the same
machine. Is it broken?
I read it is only blacklisted as long as maven is running your current build...
2006/1/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Hi,
>
> during some tests with maven-proxy, i had my central repository
> blacklisted. Is there a way to re-enable it? Where is this information
> stored?
>
> any
build it from svn. There was some bug up until 30 minutes ago
2006/1/23, Mick Knutson <[EMAIL PROTECTED]>:
> How can I get covertures to work:
>
> [INFO]
>
> Downloading:
> http://repo1.maven.org/maven2/maven-plugins/m
ok now it works again nice
2006/1/23, Brett Porter <[EMAIL PROTECTED]>:
> fixed in SVN of the cobertura plugin.
>
> On 1/23/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > I like the cobertura-maven-plugin a lot, which I builded from the
> > mojo-sandbox. This plugin did work f
Do a
mvn projecthelp:effective-pom
Check for
project/build/resources/resource
It should of course point to your resource dir
2006/1/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi,
>
>
> I use maven 2.0.1 and have a problem with building a jar.
>
> The src structure of my project is:
>
> src/
31 matches
Mail list logo