+. 8
Xalan-J's next release should be Maven-based. But we wanted to put out one Java
8-compatible-but-deprecated build before moving to Java 17.
Of course as part of that we could say Maven3 is compatible but deprecated. I
haven't yet tested with Maven 4, though, and given my limited Maven skil
browse/MNG-6300
> >
> > Will report back tomorrow (EU TZ)
> > T
> >
> >
> > On Wed, Feb 7, 2024 at 7:48 PM Joseph Leonard <
> > joseph.leon...@alfasystems.com> wrote:
> >
> >> Hi Tamás,
> >> I have created a simple example
from the root works, running
mvn compile from the directory of B does not pick up classes from A's target
directory. it only picks up from M2 repo in that case.
On Thu, Feb 15, 2024 at 11:28 AM Joseph Leonard <
joseph.leon...@alfasystems.com> wrote:
> Hi Sid,
> It will re
Hi Sid,
It will resolve the classes directory of module A that will have been populated
during module A's 'compile' build.
Joe
On 2024/02/15 17:50:44 Siddharth Jain wrote:
> Hello,
>
> I am working on a multi-module Maven build. e.g., I have a root directory
> containing 3 sub-projects A, B, C an
in the reactor or is out of it.
> To me, it sounds like you want one reactor, but where module-b is "out" and
> 'in", at the same time (within same session)
>
>
> T
>
> On Thu, Feb 8, 2024 at 1:27 PM Joseph Leonard <
> joseph.leon...@alfasystems.c
wo in parallel, as you do have an edge between app and module-b.
>
> Or to invert the question: what module-b JAR you want to have included in
> app WAR, when building? The one built, or the one from the local
> repository? If the latter, why are you building it in the first place?
&g
org/jira/browse/MNG-8028 (funny thing, I created
> > this few weeks ago)
> > https://issues.apache.org/jira/browse/MNG-6300
> >
> > Will report back tomorrow (EU TZ)
> > T
> >
> >
> > On Wed, Feb 7, 2024 at 7:48 PM Joseph Leonard <
> > joseph.leon...
attachments and images) for us to see
> this in action?
>
> Thanks
> T
>
> On Wed, Feb 7, 2024 at 6:29 PM Joseph Leonard <
> joseph.leon...@alfasystems.com> wrote:
>
> > Hi Tamás,
> > We have previously played around a bit with mvnd but not takari dire
art builder instead?
> https://github.com/takari/takari-smart-builder
>
> (note: smart builder is used by mvnd as well)
>
> The difference between the two can be seen here:
> http://takari.io/book/30-team-maven.html#takari-smart-builder
>
> On Wed, Feb 7, 2024 at 11:50 AM Jos
t; because the Build Cache Extension should automatically determine which
> modules need to be built and for which ones previously cached artifacts can
> be used.
>
> Nils.
>
> > Op 6 feb 2024, om 15:11 heeft Joseph Leonard het
> > volgende geschreven:
> >
talk
> about here?
> In short: why would App start while ModuleB (upstream dep) is not done?
> Something is fishy here.
>
> T
>
>
> On Tue, Feb 6, 2024 at 11:40 AM Joseph Leonard <
> joseph.leon...@alfasystems.com> wrote:
>
> > Hi all,
> &
Note that my diagram formatting is very hard to read in the default formatting
on this mailing list. If you view my email in 'raw source' then it is easier to
understand!
On 2024/02/06 10:40:14 Joseph Leonard wrote:
> Hi all,
>
> It would be great to get any thoughts on wheth
could benefit from the Maven Build Cache Extension
> (https://maven.apache.org/extensions/maven-build-cache-extension/).
>
> Just my 2 cents.
>
> Nils.
>
> > Op 6 feb 2024 om 11:40 heeft Joseph Leonard het
> > volgende geschreven:
> >
> > Hi all,
> >
ModuleB.jar file.
Proposed solution
Ideally we would like the Maven reactor to retain isolation between the two
distinct 'dependency graphs' it constructs at instantiation throughout the
entire Maven build. This would mean, in the simple example above, that the
'App' would always res
It has occurred to me that Maven needs something like the XSLT FAQ page -- a
(semi)official collection of common "how to" questions with validated "best
practice" worked examples, updated as best practice changes. It's easy to find
examples, much harder for a novice to understand the subtleties
_______
From: Joseph Kesselman
Sent: Sunday, November 19, 2023 6:25:37 PM
To: Maven Users List
Subject: Re: Pure curiosity
Maven's declarative nature may be its second greatest strength, following
platform independence and preceding the rich plugin collection.
The lack of any _depe
s quicker to explain via voice. Maybe
we can start with: Where is the Maven build and what's the current hurdle?
Also note that the Maven devs can be quite helpful on their mailing list.
Gary
On Sun, Nov 19, 2023, 6:26 PM Joseph Kesselman wrote:
> Maven's declarative nature may
quot;, you end up with a nice easy to
maintain build.
Gary
On Sun, Nov 19, 2023, 5:39 PM Joseph Kesselman wrote:
> How large is the actual Maven core application itself, without even the
> "standard" plugins?
>
> (I've got half an idea and am trying to guess how much
How large is the actual Maven core application itself, without even the
"standard" plugins?
(I've got half an idea and am trying to guess how much work it would be to
prototype something.)
--
/_ Joe Kesselman (he/him/his)
-/ _) My Alexa skill for New Music/New Sounds fans:
/ https://ww
maven.apache.org
Subject: Re: Self-inflicted wounds again.
Hi Joseph.
In your branch, please note that currently your build will not work for
Windows users:
[INFO] --- exec:3.1.0:exec (Xalan2 design documentation) @ xalan-project ---
Fehler: Hauptklasse org.apache.stylebook.StyleBook konnte nic
Had generation of the multi-module distribution binary zipfile working
yesterday.
Came back today to find I had apparently stepped on it before pushing.
Sigh. OK, I should be able to reproduce this, right?
Unfortunately, no. I'm missing something obvious again.
In context, currently broken
I welcome feedback on where I might have departed from Maven conventions and
defaults, or otherwise missed a bet. I actually don't think I'm far off --
maybe not the most elegant solutions possible, but basically using Maven as
designed to be used.
But I'd sorta appreciate it if folks were thro
s@maven.apache.org
Subject: Re: Can the jar plugin respect .gitignore?
Hello,
Joseph Kesselman wrote on 11. Nov 2023 17:27 (GMT +01:00):
> ... Right. I was thinking specifically about source assembly, where a good
> initial approximation is to include the same files checked into git.
Don't worry. I'm not trying to reproduce the Ant build logic. I'm trying to be
as Maven& idiomatic as I can in the actual build.
But if possible I want to produce, from that, a directory which contains
somethIng close to what the Ant build would have delivered. Both because I
haven't had time t
The "binary" assembly I'm trying to reproduce is the one our And project
generated -- the artifact jarfile, plus source and input for the samples, plus
the documentation directory -- basically, everything an end-user might want
locally. I'm getting close to having that working.
Output directory
Duh. Just noticed that the FAQ explicitly mentions creating a child
module just to achieve this sequencing in multi-module projects. Mea
culpa, mea maxima culpa... I'd have hoped something could be done with
phase and target, but if not, not.
On 11/11/2023 11:44 AM, Joseph Kessselman
On 11/11/2023 11:44 AM, Greg Chabala wrote:
Use the sourceReleaseAssemblyDescriptor of maven-assembly-plugin:
https://maven.apache.org/apache-resource-bundles/source-release/
Thanks; hadn't seen that one. Definitely a fan of not reinventing wheels.
Can that be configured to write the archives
Sorry:
https://github.com/apache/xalan-java/tree/xalan-java-mvn-refactored
(which currently has the binary assembly commented out).
Dependency order... Well, I'm currently running the assembly at the top
level, which would presumably mean it has to run after packaging of the
contained modules
ackage. For example target/
>
> Are you thinking about -src archives, only?
>
> Having said that, supporting the file format and patterns might be a good
> idea (if it can be sorted out which directory level should be relevant) and
> having a easy way to enable .*ignore.
>
>
#x27;t yet beaten into
my head.
Checked in on xalan-java branch xalan-java-mvn-refactored with bin
assembly commented out, if anyone wants to see it in context.
On 11/10/2023 9:37 PM, Joseph Kessselman wrote:
Oh. I probably forgot to set dependencies. Checking.
On 11/10/2023 9:35 PM, Joseph
Oh. I probably forgot to set dependencies. Checking.
On 11/10/2023 9:35 PM, Joseph Kessselman wrote:
I'm trying to adapt the examples given at
https://maven.apache.org/plugins/maven-assembly-plugin to work with my
multi-module project.
Source was mostly easy -- I copied the into a
I'm trying to adapt the examples given at
https://maven.apache.org/plugins/maven-assembly-plugin to work with my
multi-module project.
Source was mostly easy -- I copied the into a file, tweaked
its excludes (still wish it picked up the .gitinclude automagically),
and it worked. I'd still li
... Actually, correction -- not the jar plugin, the assembly plugin. (sigh)
On 11/10/2023 1:42 PM, Joseph Kessselman wrote:
(Or, equivalently be told to take exclude list from a file in .gitignore
syntax and then be told .gitignore was that file.)
If not, I'd consider that worth a
(Or, equivalently be told to take exclude list from a file in .gitignore
syntax and then be told .gitignore was that file.)
If not, I'd consider that worth adding.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
Fo
For obvious reasons, if would be nice if the -version option on my
project automatically reported the version I'd set in the pom.xml rather
than my trying to synchronize the two manually.
The best approaches I've found so far are in
https://stackoverflow.com/questions/2712970/get-maven-artifact
Right. Copypaste of the plugin doesn't work because Maven is declarative.
One instance of exec-maven-plugin with multiple s, each
having its own ID (since the default is to collide) and its own set of
arguments, appears to be what's intended.
Unfortunately only the first seems to be running.
23 7:14 PM, Joseph Kessselman wrote:
Turns out Stylebook does have a front-end driver that I don't have
source for, so I'm just invoking it via exec:java for now. I'll clean up
later. At least it gets rid of the platform-specific script and puts the
pom in charge of everything.
Qui
Is it possible for one instance of
the plugin to run multiple executions, or should I just rely on copypasta?
On 11/4/2023 7:53 PM, Joseph Kessselman wrote:
1) For backward compatibility with the prior Ant build (and with the
test framework's assumptions about where compiled code will lan
To: users@maven.apache.org
Subject: Re: Multi-module build, emulating Ant build...
Hi Joseph.
Just some thoughts:
-- Stylebook seems to be a DocBook variant or extension. Maybe you
could with little effort change the documentations to conform to
DocBook and then use existing Docbook sol
1) For backward compatibility with the prior Ant build (and with the
test framework's assumptions about where compiled code will land), I
have my maven build creating ./build/ in the top-level directory and
copying the jarfiles from the individual modules up to that using
maven-dependency-plugi
ntext Ribbon Campaign
/\ Stamp out HTML mail!
From: Nils Breunese
Sent: Sunday, October 15, 2023 3:01:28 AM
To: Maven Users List
Subject: Re: Feedback sought
Joseph Kesselman wrote:
> Re "IDE droppings"... My experience is that they can actually be usefu
3:01:28 AM
To: Maven Users List
Subject: Re: Feedback sought
Joseph Kesselman wrote:
> Re "IDE droppings"... My experience is that they can actually be useful in
> expressing things like preferred code formatting style in
> importable/executable form. (I'd rather have
ounds fans:
/ https://www.amazon.com/dp/B09WJ3H657/
() Plaintext Ribbon Campaign
/\ Stamp out HTML mail!
____
From: Joseph Kesselman
Sent: Sunday, October 15, 2023 12:48:38 AM
To: Maven Users List
Subject: Re: Feedback sought
Don't worry, we recognized your intent.
Don't worry, we recognized your intent.
I do appreciate the feedback I'm getting. I asked for it, and hopefully the
parts that don't make sense to apply right now will be useful in the future.
But, yes, let's focus on whether what I've done is worth living forward with
rather than the details o
Taking out the META-INF: I'll look at that.
NOTE that as long as this is basically an acceptable framework to replace the
And build, and produces correct code, quibbles like editor configurations and
unnecessary files can be cleaned up in subsequent edits; they shouldn't be
considered blockers
Re "IDE droppings"... My experience is that they can actually be useful in
expressing things like preferred code formatting style in importable/executable
form. (I'd rather have a standard cross-editor way if representing that, but I
don't know of one.) But I don't care that strongly; if consens
There didn't seem to be a good intermediate point.
Maven wanted things organized differently, and I didn't know Maven well enough
to argue with it.
Switching from private binaries to Maven packages was a driving force behind
the cut-over, and the need to move from jlec to jflex forced the one
I've just issued a pull request proposing that the Apache Xalan-Java
project cut over from Ant-based to Maven-based build.
This is the first time I'm working with Maven, and I'm *sure* I have
done things that are bad form. If anyone has time and energy to glance
at it and sanity-check that I h
I presume: Maven can automatically download declared dependencies from a
repository into the local repository directory as needed. Or users can
manually download them into some other location and reference them as local
"provided" resources.
--
/_ Joe Kesselman (he/him/his)
-/ _) My Alexa
Oh. Duh.
com.sun
tools
1.6.0
system
${toolsjar}
On 10/3/2023 10:04 PM, Alexander Kriegisch wrote:
Hi Joseph.
I think you uncovered a bug in Maven Javadoc Plugin. I just created
https://issues.apache.org/jira/browse/MJAVADOC-775 on your
657/
() Plaintext Ribbon Campaign
/\ Stamp out HTML mail!
From: Alexander Kriegisch
Sent: Tuesday, October 3, 2023 10:04:33 PM
To: users@maven.apache.org
Subject: Re: "First time caller..." javadoc taglet dependencies?
Hi Joseph.
I think you uncover
Hi, folks. I'm in the process of trying to port the Apache Xalan build
from Ant to Maven. It's close to usable, but I'm still struggling with a
few odd corners.
One of the odder corners: The Xalan documentation uses a javadoc taglet,
@xsl.usage, to indicate whether a method is intended only fo
Hey there,
In the documentation for "relativePath" in
http://maven.apache.org/xsd/maven-4.0.0.xsd, I read that "Maven looks
for the parent pom first in the reactor of currently building
projects, then <...>". Oddly enough, even though the reference docs
_seem_ to be generated off of the same sourc
Hey there,
I can't seem to find an accurate trace of this in the release notes,
so I thought I'd just ping the list - Changes in how exclusions are
applied transitively between Maven 2.2.1 and 3.1 ?
Here's a situation: A has dependencies on B and C. Both transitively
depend on D (through X, whic
Hey there,
I can't seem to find an accurate trace of this in the release notes,
so I thought I'd just ping the list - Changes in how exclusions are
applied transitively between Maven 2.2.1 and 3.1 ?
Here's a situation: A has dependencies on B and C. Both transitively
depend on D (through X, whic
On 2 July 2012 14:38, Lukas Theussl wrote:
> Grégory Joseph wrote:
>> Just tried staging, and indeed, the paths in that case are correct* -
I take it back. Staging was fine… with 2.1.1.
With 3.1 I get this, for example for last module of the multi-module build
[INFO] Pushing /pro
g/xyz ...
On 2 July 2012 13:57, Grégory Joseph wrote:
> Hi Lukas,
>
> On 2 July 2012 13:18, Lukas Theussl wrote:
>> Grégory Joseph wrote:
>>> It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue
>>> was fixed. Example:
>>> * Co
Hi Lukas,
On 2 July 2012 13:18, Lukas Theussl wrote:
> Grégory Joseph wrote:
>> It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue
>> was fixed. Example:
>> * Corporate parent pom defines this site deployment url:
>> prot://foo/${artifactId}
Hi there,
I've seen this "topic" debated many times, and still haven't figured
everything out. I was recently confused by the handling and
inheritance of urls in Maven. I think I got most of it, when it comes
to project.url.
Now, when it comes to deploying a site, I'm baffled. Up to
maven-site-pl
If u were using oracle jdk 1.5+,have a try with jvm param
-xx:+TraceClassLoading ,this might helps a little
在 2012-6-22,8:26,hujirong 写道:
> [WARNING] We have a duplicate
> org/apache/log4j/varia/ExternallyRolledFileAppender.class in
> C:\Users\Administrator\.m2\repository\log4j\log4j\1.2.14\log
Did you move the section INSIDE the site plugin
I had the same problem & fixed it by removing the reporting section
And rewriting the maven-site-plugin section of the pom
See http://maven.apache.org/plugins/maven-site-plugin/maven-3.html
Look at old configuration / new configuration
-Or
Hi guys,
I see on Jira that all issues for maven-checkstyle-plugin 2.7 have
been resolved. Are there any plans for releasing ?
I'm asking because I'd like to use features which have been added to
Checkstyle 5.2+, and can not, because Checkstyle's groupId has changed
in 5.2, so I can't use a newer
app was created by command line.
"Yes, you'd need to match the package structure for resources ..." <--
all by hand coding ? any tools or tricks that do?
2011/6/30 Wendy Smoak :
> On Wed, Jun 29, 2011 at 9:12 PM, Joseph wrote:
>> I am a newbie for mvn and have
updated .Do I have to create dir(package) under
resource/test manually to align against src/main/java structure? or do
we have some tricks that could accomplish that?
thanks a lot
Joseph
-
To unsubscribe, e-mail: users-unsubscr
In maven2
How do I upgrade to wagon-ssh 1.0-beta-6
I added the following to my pom.xml
org.apache.maven.wagon
wagon-ssh
1.0-beta-7
It downloads beta-6 but the build still uses beta-2
What am I missing?
--joe
did u have a check on some dir like "{user_home}/.m2/" ?
like "c:\user\Joseph\.m2\..."
2011-01-05
Joseph
发件人: Ben Stover
发送时间: 2011-01-04 20:57:34
收件人: Maven Users
抄送:
主题: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?
Yes, I know
Hi there,
Could anyone shed some light on what the exclude* and include*
configuration items in the remote-resources plugin's process goal [1]
are for ? What gets included/excluded ?
Thanks for any hint,
-greg
[1]
http://maven.apache.org/plugins/maven-remote-resources-plugin/process-mojo.html
Hi again,
>> could split my project and have 2 modules, one simply being the
>> standalone/shaded version of the other, but it seems overkill, since
>> they're really the same source.
On 27 October 2010 19:33, Wayne Fay wrote:
> This is the correct approach (imo). Two artifacts, one for the
> pr
Hi Jörg,
> Did you see this:
> http://maven.apache.org/plugins/maven-shade-plugin/shade-
> mojo.html#keepDependenciesWithProvidedScope
I did, but it doesn't do what I need; my understanding is that it
changes the scope of the compile-scoped deps to :provided in the
shaded jar's pom.
Antonio, Way
the
Net I found one feature dependencyManagement where I can list down all
versions of the project in one pom.xml ... unfortunately I cant see it
implemented in Maven 1
On 7/7/08, Luke Daley <[EMAIL PROTECTED]> wrote:
>
>
> On 07/07/2008, at 2:24 PM, Joseph Syjuco wrote:
>
&
one
Regards,
Joseph
Hello ragjan, have you run "mvn clean" before trying again?
On Thu, Apr 24, 2008 at 5:21 AM, I am Who i am <[EMAIL PROTECTED]> wrote:
> No use
> its still same here it is what i have
>
>
>org.apache.maven.plugins
>maven-jar-plugin
>
Hello Zemian,
Can you share parts of your pom?
Thanks.
On Wed, Apr 23, 2008 at 10:01 PM, Zemian Deng <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I have successfully setup and bind assembly plugin in pom to generate my
> custom jar file at package phase. But then the default jar:jar still get
> run
>
+1 for a)
- People that don't care about it don't need to worry
- It works similarly within groups that share the same encodings
- When it breaks, because cross-unicode-script contributors are involved,
then it needs to be specified in the pom.
The downside of b) is that it forces all those who d
Hello. I am having an issue with Maven SCM checking in multiple files
during release:prepare phase. It seems to issue the right command but
only the first file is checked in. If I run this command from the
command line it works just fine. The next step that fails is when it
tried to re-checkout the
I am helping someone implement Maven in their project and looking for
the best way to go about generating two jars from the same source base.
They did this previously via two ant targets. Please note we are
retrofitting this codebase to Maven so it was not originally structured
with Maven's "projec
en is more then just a
build system. Its a configuration management suite (as we call it).
Make sure to have a good configuration management plan to go along with
your Maven conversion proposal. Employers eat that stuff up :)
Cheers.
On Tue, 2007-11-13 at 15:54 -0600, Hirn, Joseph wrote:
> Hel
Hello. I am doing some research for my employer to convert to Maven and
I had a few questions about future releases.
I could not find any information on when the next version of Maven,
2.0.8 or 2.1 is anticipated nor could I find any information on the next
major, or Maven 3 release. I realize th
Hello.
I work in an environment which uses clearcase dynamic views. The
homepage for SCM says that there is limited support for dynamic views
but I don't quite understand what the limitations are. Please note, I
only need this information to get the release plugin working.
First of all, why are
T 2007
[INFO] Final Memory: 5M/81M
[INFO]
-Original Message-
From: Wim Deblauwe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 09, 2007 1:05 AM
To: Maven Users List
Subject: Re: Maven Release --> Unable to enable editing on the POM -
clearcase ucm
did you tr
st
Subject: Re: Maven Release --> Unable to enable editing on the POM -
clearcase ucm
Is the cleartool command printed that is used?
2007/10/5, Hirn, Joseph <[EMAIL PROTECTED]>:
>
> Hello.
>
> I'm having a problem with the release:prepare goal in Linux
environment.
>
Hello.
I'm having a problem with the release:prepare goal in Linux environment.
It works fine in Windows. It is giving the following error:
>>
[INFO] Checking out file: /view/jhirnYADA/cc/ETS_YADA/YADAYADA/pom.xml
[INFO]
-
il: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
---
I'm search all around the message boards for this and couldn't find it.
Pretty much I'm trying to use the maven embedder to run "mvn eclipse:eclipse
-U". How do you add the -U to the end? I'm not seeing any API for this or
don't know how to add it as a property to of the MavenExecutionRequest?
Hi Rune,
Sounds nice - I didn't know macker :) It should also be pretty easy to
wrap to ant task in a mojo - thus making pom reading requiring much
less sandwiches.
Thanks for sharing !
g
On 14/02/07, Rune Flobakk <[EMAIL PROTECTED]> wrote:
Hi,
I've recently been trying out the Macker tool (h
aven repository from within an ANT script? Any suggestions are gratefully
received.
Thanks,
Joseph
franz see wrote:
>
> Good day to you, Joseph,
>
> AFAIK, you cannot control the order of the dependencies...And I can't
> think of a workaround.
>
> Curious, why use antl
Hi,
I am using Antlib for Maven 2.0 to do dependency management in our ant builds.
I have a number of POM files for compiling common, server and client code. I
also want to use maven to manage our server runtime classpath. I use the
following code to get the server runtime classpath from a POM
when use mvn directory:schema to create my schema class.the out print
"The plugin 'org.apache.maven.plugins:maven-directory-plugin' does not
exist or no valid version could be found"
what's wrong with it?
How can i make it?
-
I am having trouble getting Maven's site:deploy to properly utilize
PuTTy's plink. I am not sure what is going on, but it seems to use pscp
just fine, but then it fails while executing the following command:
Executing command: ssh -o "BatchMode yes" ...
This fails because I do not have any
My SVN server is on a linux box and exposed via https; there is NO http
access. I'm setting up continuum-1.0.3 on a windows box. Here are the
results when using various URLs.
https://:@//pom.xml
Could not download https:pom.xml:
Server returned HTTP response code: 401 for URL:
https:pom
when trying to add a maven2 project i'm getting the error: "could not
download https://user:[EMAIL PROTECTED]//pom.xml: Server returned
HTTP response code: 401 for URL: https://user:[EMAIL PROTECTED]/
/pom.xml. i can hit and download the pom from both IE and
firefox. any clue as to what's going o
7;ll
try to move to xd2
and i'll let you know of result
dont expect any mail from me soon thoug :), i m reallly busy @ work and this
maven/xdoclet issue is what i do in spare time
will get back to you as soon as i can
thanx and regards
marco
On 8/1/06, Grégory Joseph <[EMAIL PROT
Marco,
Sorry for the late reply.. Were you able to move on this?
I think your mistake was that you did not declare the
dist.codehaus.org repository as being of
layout:legacy(legacy in your
declaration)
The XDoclet2 project and plugins are still partly built with m1, which
is why we still deploy
Hi,
(sorry for the late reply)
FYI, there is actually a snapshot, but on this repo:
http://snapshots.repository.codehaus.org
I'm not sure what the difference is with the one you use, but it seems
it's only there :)
Please let me know if you have issues or wishes to be fulfilled with
this plugin
Hi list,
On 06/07/06, Graham Leggett <[EMAIL PROTECTED]> wrote:
Jeff Mutonho wrote:
> It looks like "maven-antrun-plugin" and "xdoclet-maven-plugin" are
> having issues with each other.
> Does this mean "maven-antrun-plugin" and "xdoclet-maven-plugin"
> can not co-exist?
I have the sam
tter
documentation of complex types in plugins configuration.
(At least a link to a basic javadoc would be helpful as to know what
one can set without resorting to copying examples)
Cheers
g
On 7/4/06, Grégory Joseph <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On 04/07/06, Howard
Hi,
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
I'm working on some library code which will be driven by a manifest
entry in client JARs.
I need to be able to set some mainfest entries in my JAR files.
I can't see where to do this. It seems likely for the jar plugin, but
nothing
All:
I cannot download the javax.sql:jdbc-sqlext:jar:2.0 from the ibiblio
repository. it appears that this jar was never added correctly, only
the sources, the pom and their checksum files exist in the repository,
but no jar or maven-meta.xml file. How do we get a copy of these files
up?
I have a fairly clear understanding of where the resources directory should
be used, but the config directory seems to only be mentioned once in the
documentation (Standard Directory Layout) and I am unclear what it is
intended for. Resources are files that are eventually packaged with the
artifac
On 20/01/06, DELMOTTE Grégory <[EMAIL PROTECTED]> wrote:
> Yann, si t'es en ligne, c'est où sur RICFILED que tu précisent les options de
> compil Javac pour MAVEN ??
DTC >_<
Ps: catherine, est-ce que tu peux prendre du pain en sortant du boulot, merci.
> Greg
>
---
1 - 100 of 137 matches
Mail list logo