Hi,
can someone give me a tip where I can find code examples for dealing with
repository metadata?
The versions-maven-plugin uses massively deprecated code, projects like pom
manipulation extension (Redhat) or this one here:
https://github.com/andreasaronsson/nextversion-maven-plugin use
in) to collect the
> transitive closure given a top level `pom.xml`
>
> (I'd like the version resolution strategy to mimic however maven does it
> for transitive dependencies)
>
> I see simple examples online that show that much however where I am stumped
> are I need ad
Hello!
I'm seeking to use aether (not through Maven plugin) to collect the
transitive closure given a top level `pom.xml`
(I'd like the version resolution strategy to mimic however maven does it
for transitive dependencies)
I see simple examples online that show that much however
> Consider filing an issue with MNGSITE.
I agree with you. That would have been the smarter thing to do to begin with.
/Tommy
Från: Michael Osipov
Svara: Michael Osipov
Datum: 2 augusti 2018 at 20:51:33
Till: Tommy Svensson
Ämne: Re: Incorrect documentation examples for test exclusi
This didn’t work in any way!
I copied the pom plugin configuration from this page:
https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html
But I finally solved the problem. My pom now looks like this:
org.apache.maven.plugins
maven-surefire-plugin
Please ignore - have it working now. Must have been a glitch in the matrix.
On Wed, Apr 1, 2015 at 3:34 PM, Anton Hughes wrote:
> Hi all
>
> I have been struggling for several days to get maven wagon to work as
> expected.
>
> I have been trying the 'comprehensive
Hi all
I have been struggling for several days to get maven wagon to work as
expected.
I have been trying the 'comprehensive' examples from
https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/ in
particular, the ssh-it examples.
When I run these I get the followi
Hi,
I'm looking for an example of a plugin that runs in the pre-site phase.
I used to generate web pages dynamically from data stored in xml, using java
classes to format various xml files, and I'm looking for a way to do that in
maven. I presume that I want something analogous to the way code
> [FATAL] Non-resolvable parent POM for
> org.apache.servicemix:servicemix-pom:5: Could not transfer artifact
> org.apache:apache:pom:7 from/to java.net (http://download.java.net/maven/2):
> java.net.ConnectException @ org.apache.servicemix:servicemix-pom:5,
>
> Any ideas ?
If you go to the Maven
/15/11 8:48:56 AM CDT: Refreshing [/cxf-osgi/pom.xml]
9/15/11 9:14:00 AM CDT: C:\apache-servicemix-4.3.0\examples\cxf-osgi
9/15/11 9:14:00 AM CDT: mvn -B clean
9/15/11 9:25:51 AM CDT: Failed to read Maven project
9/15/11 9:25:51 AM CDT:
org.apache.maven.project.ProjectBuildingException: 1 problem
ate: Wed, 9 Mar 2011 23:16:12 -0800
> From: nguyenhoai...@gmail.com
> To: users@maven.apache.org
> Subject: Re: Maven embedder examples
>
> This message is too old. Anyway I post my solution here in case someone needs
> it:
>
>
>
me :)
--
View this message in context:
http://maven.40175.n5.nabble.com/Maven-embedder-examples-tp89849p3422868.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
Hi Roman,
Thanks for the example, but I think I've already got that stuff
covered. Here is my sub-module site.xml...
Allure Global Solutions
http://www.allureglobal.com/
Are you seeing this problem after running site:deploy, or are you seeing it
inside of target?
These links will only hook together properly after a site:deploy.
> Sent: Sunday, July 12, 2009 9:54 PM
> To: Maven Users
> Subject: Examples of multi-module site generation?
>
> Can anyone point me to anything that actually works? I've tried every
> example I can find via Google (what few there are), and I cannot get the
> modules to
Do you have the following element in your child modules site.xml?
Thanks,
mohan kr
-Original Message-
From: David C. Hicks [mailto:dhi...@i-hicks.org]
Sent: Sunday, July 12, 2009 9:54 PM
To: Maven Users
Subject: Examples of multi-module site generation?
Can anyone point me to
Hi Dave
I dont think you are the only person that does not want to know the absolute
URL of your pages, I think that absolutely OK. :-)
Here is what i have that actually works sometimes and generates a parent
link from the child projects.
What you will have to do is to point the maven site plugin
Can anyone point me to anything that actually works? I've tried every
example I can find via Google (what few there are), and I cannot get the
modules to generate a link back to the parent project. Breadcrumbs
don't seem to behave, either. Maybe I'm an oddball and the only person
who doesn't kno
Can anyone point me to good examples of plugins that use these two features:
1) DOM-based configuration
2) Getting a component from Plexus through lookup (ii.e. not via injection)
Thanks,
Justin
On Tue, Oct 14, 2008 at 3:18 AM, Beyer,Nathan <[EMAIL PROTECTED]> wrote:
> Are there any examples of using the dependency:build-classpath [1] to create
> a launcher script or something similar? Or should I be looking to another
> MOJO?
>
> Say I have a windows bat file, I&
You might consider the appassembler plugin over at mojo.codehaus.org.
- Brett
2008/10/14 Beyer,Nathan <[EMAIL PROTECTED]>:
> Are there any examples of using the dependency:build-classpath [1] to create
> a launcher script or something similar? Or should I be looking to another
>
Are there any examples of using the dependency:build-classpath [1] to create a
launcher script or something similar? Or should I be looking to another MOJO?
Say I have a windows bat file, I'd like to insert into it a line, something
like the following.
set CLASSPATH="%~dp0MyA
Guys,
I'm a newbie to maven and I'm in the process of migrating
from ant. Can anyone proved me an example of how to define a pom that
checks out code from a cvs repository, gathers all the dependencies, and
builds.??? I've yet to find one..
Thanks,
Leon
Hi Bill,
The newest version of the embedder was not released yet.
Look here [1]. I think you can find a way to solve your problems without
having to make use of the Maven embedder.
[1]http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook
Cheers,
Henrique
Bill Rye wrote:
I'm l
I'm looking for something beyond
http://maven.apache.org/guides/mini/guide-embedding-m2.html
as I want to do things like read pom.xml (done), add a jar to the
repository, and get the URL for the
location of a jar in the local repository given the artifact.
Thanks,
Bill
extract the document during a release and bundle it with a project
> artifact via the assembly plugin. I'm attempting to use the scm plugin
> attached to the 'process-resources' phase in preparation for the
> assembly, but I think I'm making this too difficult.
paration for the
assembly, but I think I'm making this too difficult.
Can someone direct me to examples showing use of the scm:checkout goal?
As simple as that might seem, none of the examples at
http://maven.apache.org/scm/plugins/examples/scm-advance-features.html
show use of sc
your selenium plugin configuration?
past :
2008/3/25, Mick Knutson <[EMAIL PROTECTED]>:
> So I have been trying to follow:
> http://wiki.foochal.org/index.php/Maven_Selenium
>
> Now I have a core:jar and a web:war in a multi-module project.
>
> The 1st issue I have from the example is the *mave
So I have been trying to follow:
http://wiki.foochal.org/index.php/Maven_Selenium
Now I have a core:jar and a web:war in a multi-module project.
The 1st issue I have from the example is the *maven-surefire-plugin* as I
get this error:
*Reason: Parse error reading POM. Reason: Unrecognised tag: 'e
Message-
> From: sunrays9 [mailto:[EMAIL PROTECTED]
> Sent: Wed 2/20/2008 10:56
> To: users@maven.apache.org
> Subject: Sample Examples on Maven
>
>
> Hi All,
>
> I am very new to Maven tool. I am going throught the maven.apache.org
> site.
> Can you please
/resources#BBWM
Or any of the other articles on http://maven.apache.org/articles.html
Hth,
Nick Stolwijk
-Original Message-
From: sunrays9 [mailto:[EMAIL PROTECTED]
Sent: Wed 2/20/2008 10:56
To: users@maven.apache.org
Subject: Sample Examples on Maven
Hi All,
I am very new to Maven tool
Hi All,
I am very new to Maven tool. I am going throught the maven.apache.org site.
Can you please any Simple examples which is helpful to understand the maven?
Thanks,
Pawan
--
View this message in context:
http://www.nabble.com/Sample-Examples-on-Maven-tp15585730s177p15585730.html
Sent from
setting a specific version for the plugin (1.8)
makes this error go away
But this might be useful info for some of us
--
View this message in context:
http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p14438454.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
wsimport?
--
View this message in context:
http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p14426652.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hing directly
> relevant.
>
> I hope this is easy and I am just ignorant of some maven basics.
>
>
> --
> View this message in context:
> http://www.nabble.com/maven2-and-jboss-wsconsumeexample
of the ear generation workflow.
I did some searching on this forum and didn't find anything directly
relevant.
I hope this is easy and I am just ignorant of some maven basics.
--
View this message in context:
http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p144
I want to get away from extensive shell scripting, and move to groovy if
possible for all these tasks. Anyone have any examples?
--
Thanks,
Mick Knutson
http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com
Please ignore this email. It was sent by mistake.
E
-Original Message-
From: Eric Wood [mailto:[EMAIL PROTECTED]
Sent: Friday, September 07, 2007 12:51 PM
To: users@maven.apache.org
Subject: J2ee maven 2.0 examples/documentation
i find the list of maven goals and phases along
with examples
I am looking for examples... where can i find it ?
Nick Stolwijk wrote:
Also this [1] page lists all the packaging types with the attached
goals
and phases.
Hth,
Nick Stolwijk
[1]
http://cvs.peopleware.be/train
02, 2007 3:44 AM
Subject: Re: Where can i find the list of maven goals and phases along with
examples
I am looking for examples... where can i find it ?
Nick Stolwijk wrote:
Also this [1] page lists all the packaging types with the attached goals
and phases.
Hth,
Nick St
:
I am looking for examples... where can i find it ?
Nick Stolwijk wrote:
Also this [1] page lists all the packaging types with the attached goals
and phases.
Hth,
Nick Stolwijk
[1]
http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html
[EMAIL PROTECTED] wrote:
Go
I am looking for examples... where can i find it ?
Nick Stolwijk wrote:
>
> Also this [1] page lists all the packaging types with the attached goals
> and phases.
>
> Hth,
>
> Nick Stolwijk
>
> [1]
> http://cvs.peopleware.be/training/maven/maven2/buildLi
minutes(the provided link).I guess there
are some other link also which includes the examples and goals required.
-Original Message-
From: Haraprasad [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 1:45 PM
To: users@maven.apache.org
Subject: Where can i find the list of maven goals
Go through the same link:
http://maven.apache.org
and start with a Maven in 20 minutes(the provided link).I guess there
are some other link also which includes the examples and goals required.
-Original Message-
From: Haraprasad [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02
I am a maven newbie...
Pl. let me where can i find list of list of maven goals and phases with
description and examples ???
The one i can find is
http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_project But
it does not have any examples
--
View this message in context:
http
I want to use the Maven Embedder but I am having trouble with the online
example.
The dependencies I have on my project are:
org.apache.maven
maven-core
2.0.7
org.apache.maven
maven-project
2.0.7
I am only using the hibernate doclet in xd1 and wondering if anyone has
upgraded from xd1 to xd2 in maven?
--
Thanks
DJ MICK
(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com
t; The links have been down all week, but I didn't email or call them
> until Friday. Oh, well.
>
> Anyone have them somewhere I can get them? I have a little time this
> weekend to work through the examples.
>
> Thanks,
>
> Ed
>
> On 11/11/06, Vincent Massol <[E
gt; Anyone have them somewhere I can get them? I have a little time this
> weekend to work through the examples.
>
> Thanks,
>
> Ed
>
> On 11/11/06, Vincent Massol <[EMAIL PROTECTED]> wrote:
>> Hi Ed,
>>
>> > -Original Message-
>> >
The links have been down all week, but I didn't email or call them
until Friday. Oh, well.
Anyone have them somewhere I can get them? I have a little time this
weekend to work through the examples.
Thanks,
Ed
On 11/11/06, Vincent Massol <[EMAIL PROTECTED]> wrote:
Hi Ed,
>
Hi Ed,
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Ed Young
> Sent: samedi 11 novembre 2006 20:38
> To: users@maven.apache.org
> Subject: Source code examples for Better Builds with Maven?
>
> I went to the mergere
I went to the mergere site and the source code examples for the Better
Builds book are zip file of size 0.
I've emailed mergere, called (twice) and have gotten no answers.
Is this source freely available, and if so, can someone point me to it?
Thank you,
Which appfuse has the Maven integration?
On 11/9/06, David Whitehurst <[EMAIL PROTECTED]> wrote:
Mick:
Take a look at the source for appfuse2
David
On 11/9/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
>
> I am wondering if anyone has some examples of calling a test Spring
"Mick Knutson" <[EMAIL PROTECTED]> wrote on 11/09/2006 01:11:38 PM:
> I am wondering if anyone has some examples of calling a test Spring
resource
> (test/resources/applicationContext.xml) from JUnit to run when Maven is
> running my Unit tests...
It's been really
Mick:
Take a look at the source for appfuse2
David
On 11/9/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
I am wondering if anyone has some examples of calling a test Spring
resource
(test/resources/applicationContext.xml) from JUnit to run when Maven is
running my Unit tests...
--
I am wondering if anyone has some examples of calling a test Spring resource
(test/resources/applicationContext.xml) from JUnit to run when Maven is
running my Unit tests...
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson
is read-only code access while has
write privileges to the code repository.
Search this mailing list for CVS examples.
Wayne
On 10/23/06, Chen, Anning <[EMAIL PROTECTED]> wrote:
Can somebody show me an example of scm with CVS??? Maven has very
limited examples, and I'm confused
Can somebody show me an example of scm with CVS??? Maven has very
limited examples, and I'm confused as to what the differences are btw
connection and developerConnection and what the url is used for? If I
just provide the proper connection, mvn complains about the invali
Michael,
I'm struggling with the same issue; did you ever find an answer on this?
Scott
-Original Message-
From: Locher, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:59 AM
To: Maven Users List
Subject: settings.xml examples from BBwM Book dont work
Hi
Hi
I am trying to use username and password properties defined in
.m2/settings.xml to complete the server templates in
mavenHome/conf/settings.xml as described in "Better Builds with Maven" in
chapter 7.
I had no luck so far... the WebDAV Wagon sends the name of the variables to
the server instea
On 8/22/06, J. Matthew Pryor <[EMAIL PROTECTED]> wrote:
Gee thanks. My google search did much worse, I'll try nabble next time.
Now I have to try & get my head around ;-)
Your welcome.
Classifier is easy. For most things it is empty!
The assembly plugin uses the classifier to differentiate
embly
>> descriptor, but can't find any examples of how to do it.
>>
>> From looking at the code it looks like I should be able to exclude
>> dependencies by groupId/artifactId but I can't seem to get the syntax
>> right
>
> Sure,
> A nabble search on ass
On 8/22/06, J. Matthew Pryor <[EMAIL PROTECTED]> wrote:
I am trying to exclude dependencies from a dependcySet in an assembly
descriptor, but can't find any examples of how to do it.
From looking at the code it looks like I should be able to exclude
dependencies by groupId/artif
I am trying to exclude dependencies from a dependcySet in an assembly
descriptor, but can't find any examples of how to do it.
>From looking at the code it looks like I should be able to exclude
dependencies by groupId/artifactId but I can't seem to get the syntax right
This is what
Srinivas Pavani a écrit :
Just wanted to follow up on the thread. I decided to use the 'file' protocol
instead of scp as I am copying files on the local machine.
When looking at the source code for the maven-deploy-plugin, I found that
the plugin looks in the .ssh directory for keys. As I ment
install procedure so that scp can be performed from the build process.
--
View this message in context:
http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5218512
Sent from the Continuum - Users forum at Nabble.com.
least
get you to be able to test out the functionality if nothing else.
Thanks,
Baron
-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thu 7/6/2006 12:55 PM
To: continuum-users@maven.apache.org
Subject: Re: Site distribution url examples?
Srinivas Pavani a
Srinivas Pavani a écrit :
Here is my scenario:
I am using Ubuntu 6.06 LTS server. Since the root access is always using
sudo command and the root user password has not been set explicitly, I am
prompted for root's password when I execute the following command manually:
sudo scp localhost:/hom
e the root password. Enter the password details
in settings.xml for root. Is this correct or is there any other way to do
this?
Baron - the ssh key was accepted using localhost as well as the LAN ip
address.
--
View this message in context:
http://www.nabble.com/Site-distribution-url-examples--tf19
Site distribution url examples?
How do you specify the url for distribution management in the site section of
the pom.xml? I have Continuum building the site on the same machine as the
webserver. I need to copy the final site.war to
/var/www/docs/projects/${project.version}
I tried, the foll
://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5202517
Sent from the Continuum - Users forum at Nabble.com.
i Jeff,
> -Original Message-
> From: Jeff Mutonho [mailto:[EMAIL PROTECTED]
> Sent: mardi 13 juin 2006 10:49
> To: Maven Users List
> Subject: Book examples
>
> Ho can I get these examples in chapter 4 to work?I saw there's an
> errata for for th
Hi Jeff,
> -Original Message-
> From: Jeff Mutonho [mailto:[EMAIL PROTECTED]
> Sent: mardi 13 juin 2006 10:49
> To: Maven Users List
> Subject: Book examples
>
> Ho can I get these examples in chapter 4 to work?I saw there's an
> errata for for the missi
Ho can I get these examples in chapter 4 to work?I saw there's an
errata for for the missing webservice jar
"[INFO]
[ERROR] BUILD ERROR
[INFO]
aus.org/dev/
>
> Could you please give me more info.
>
> Thanks
> -Jagan
>
> -Original Message-
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 14, 2006 10:40 AM
> To: Maven Users List
> Subject: Re: examples on maven xdoclet plugin
>
t: Re: examples on maven xdoclet plugin
This was just discussed in the last 2 days on the [mojo-dev] list.
Check the archives for the dev@mojo.codehaus.org email list -- Kostis
provided some sample code and configuration...
Wayne
On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions,
In
TED]> wrote:
>
> Hi
>
> Can anyone please send me some examples on using maven2-xdoclet2-plugin
> for annotated beans.
>
> Thanks
> -Jagan
>
>
>
>
Hi
Can anyone please send me some examples on using maven2-xdoclet2-plugin
for annotated beans.
Thanks
-Jagan
hello...
i have done a very small app with EJB3 that urns on jboss.
i have done it using maven1.1 & 2.0., but for maven2 i am NOT using
ejb3 plugins... but just creating the ejb archive and rename it..
if it is worth... i can mail to you privately..
rgds
marco
On 3/10/06, Pete <[EMAIL PROTECT
Does anyone out there have a JBoss EJB3 Maven2 working example / POMs.
This is what I'm attempting to do, any ideas or samples would be much
appreciated.
thanks
Pete
Hi,
I am alos very interested by such examples. Did you had a look to the
documents provided by Vincent Massol ? Some of my favorite links:
http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html
http://www.phptr.com/articles/article.asp?p=411571&rl=1
http://www.theserverside.com/arti
Hi,
I'm looking for an example project which uses Maven 2 to build standard J2EE
targets (war/ear/jar/har/etc). I found the following :
http://cvs.sourceforge.net/viewcvs.py/edemocrazy/
but was wondering whether there were any other publicly available examples out
there that anyone
Hi Mick,
I am afraid I do not quite understand what you are trying to achieve.
Why would you want to have a separate xml for every controller (I take
it you are referring to a controller of Spring MVC)?
Kees
-
To unsubscribe, e-
]
- Original Message -
From: "Kees de Kooter" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Thursday, January 26, 2006 7:46 AM
Subject: Re: [m2] Anyone have any examples
I generate it all to one file. I am using spring all over the place,
almost everyting is being wired up by spring.
Kees
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ven Users List"
Sent: Wednesday, January 25, 2006 9:39 PM
Subject: Re: [m2] Anyone have any examples of using springdoclet?
You mean something like this?
/**
* @spring.bean
* id="machineDao"
*
* @spring.property
* name="sessionFactory"
* ref="sessionFa
You mean something like this?
/**
* @spring.bean
* id="machineDao"
*
* @spring.property
* name="sessionFactory"
* ref="sessionFactory"
*/
public class MachineDao extends MasterDao {
...
}
-
To unsubscribe, e-mail: [EMAI
I am actually trying to see how you are using it in your java classes. Do
you have any examples of that?
Thanks
Mick Knutson
http://www.BASELogic.com
http://www.MickKnutson.com
MSN Messenger: [EMAIL PROTECTED
It is quite similar to the hibernate stuff:
One problem I have not solved yet: xdoclet chokes on JDK 5 generics
syntax: List
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
I have spring setup in maven, as well as hibernate and hibernate works fine. I
want to see someone's java code that they are using to generate the spring
descriptors.
Thanks
Mick Knutson
http://www.BASELogic.com
h
I am just starting to use portlets with xdoclet, and want to see if anyone
has any examples of generating portlet code with maven 2?
---
Thank You
Mick Knutson
Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com
Washington Mutual (WAMU) (Emeryville
clet generates files
> > for
> > each module seperately?
> >
> > Thank You
> > Mick Knutson
> >
> > Sr. Java/J2EE Consultant
> > BASE logic, inc.
> > (415) 648-1804 (S.F., CA)
> > http://www.BASELogic.com
> >
> > HP Consulting
quot;Mike Perham" <[EMAIL PROTECTED]>
> >Reply-To: "Maven Users List"
> >To: "Maven Users List"
> >Subject: RE: [m2] examples of xdoclet generating hibernate mappings
> please?
> >Da
ELogic.com
HP Consulting Services (Walnut Creek, CA)
From: "Mike Perham" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List"
To: "Maven Users List"
Subject: RE: [m2] examples of xdoclet generating hibernate mappings please?
D
Message -
From: "Mike Perham" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Tuesday, January 03, 2006 12:54 PM
Subject: RE: [m2] examples of xdoclet generating hibernate mappings please?
I don't see any Xdoclet tags in your java.
-Original Message-
Fr
I don't see any Xdoclet tags in your java.
-Original Message-
From: Mick Knutson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 03, 2006 2:48 PM
To: Maven Users List
Subject: Re: [m2] examples of xdoclet generating hibernate mappings
please?
I am getting an error though:
Gener
//www.MickKnutson.com
MSN Messenger: [EMAIL PROTECTED]
- Original Message -
From: "Mick Knutson" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Tuesday, January 03, 2006 12:39 PM
Subje
IL PROTECTED]>
To: "Maven Users List"
Sent: Tuesday, January 03, 2006 12:26 PM
Subject: RE: [m2] examples of xdoclet generating hibernate mappings please?
Your DB Pom. Only in the subproject POM that has the xdoclet markup.
-Original Message-
From: Mick Knutson [mailto:[EMAIL PR
Your DB Pom. Only in the subproject POM that has the xdoclet markup.
-Original Message-
From: Mick Knutson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 03, 2006 1:59 PM
To: Maven Users List
Subject: Re: [m2] examples of xdoclet generating hibernate mappings
please?
If I am
1 - 100 of 156 matches
Mail list logo