Thankyou Mathew and Wayne it did copy from resources directory my point was
to have it within the src so that evry package has its corresponding jdo
files in the same place.
Thanks,
-Viv
On Tue, Jun 7, 2011 at 3:00 AM, Wayne Fay wrote:
> > maven install doesn't copy the metadata xml files to ta
> maven install doesn't copy the metadata xml files to target ?? Do we need to
> place the *.jdo files in the resources directory ??
By default, Maven will compile .java files under src/main/java and put
the compiled class files in the proper directory under target. And
Maven will copy files from
There are some good examples for maven embedder 2 here... but that's all
deprecated.
http://maven.apache.org/embedder.html
Could someone please change that page to show a decent example of a maven
embedder 3.0.x project? Also, if there's some documentation with a simple
embedder example, pleas
On Mon, Jun 6, 2011 at 8:33 AM, Jesterson wrote:
> Hi, what is the best way to put signed jar (applet) to war? I have two
> projects - child (jar with applet) and parent (war), i'm signing jar in
> parent project, but how to put signed jar to applet dir in war?
Apache Archiva includes an applet i
The jar is an artifact on its own and is deployed to your own repo
(Nexus or other) with a GAV.
The jar is a dependency of the war and is included in the war like any
other library.
Nothing very obscure or difficult.
Ron
On 06/06/2011 8:33 AM, Jesterson wrote:
Hi, what is the best way to pu
While this is more a Maven question than a JDO one, I'd say that, yes,
placing the *.jdo files in src/main/resources will guarantee that
they'll be copied to the target directory properly.
-matthew
On Sat, Jun 4, 2011 at 2:57 PM, Vivek Ganesh V.T wrote:
> Using Maven-datanuclues-plugin
>
> maven
Hi, what is the best way to put signed jar (applet) to war? I have two
projects - child (jar with applet) and parent (war), i'm signing jar in
parent project, but how to put signed jar to applet dir in war?
--
View this message in context:
http://maven.40175.n5.nabble.com/Signed-JAR-in-WAR-tp4458
I didn't explicitly specify a plugin version, so Maven used 2.0. Now i
specified 2.1 and it's working.
Manuel
On Mon, Jun 6, 2011 at 12:23, Leonard Ehrenfried
wrote:
> Which version of the release plugin do you use and in turn which version of
> the git scm provider does this pull in?
>
> I have
Which version of the release plugin do you use and in turn which version of
the git scm provider does this pull in?
I have used version 2.1 of the release plugin with git for a few weeks and
have not noticed any problems with it.
Lenni
On Mon, Jun 6, 2011 at 12:12 PM, Manuel Doninger wrote:
>
Hi,
i'm using the Maven release plugin to release a project which is
stored in a Git repository. Everything works fine until the git tag
command. The debug Maven output says:
[INFO] Executing: cmd.exe /X /C "git commit --verbose -F
C:\Windows\TEMP\maven-scm-1039630102.commit
de.company.statistik.m
10 matches
Mail list logo