Hi all,
I am trying to unsubscribe from this mailing list but I can’t do that. I’ve
sent two messages to
` users-unsubscr...@maven.apache.org ` but I still get messages from users
mailing list.
Could anyone say how to unsubscribe?
--
Best regards, Alex Orlov
Macro.java#L124
On Thu, Aug 10, 2023 at 8:18 PM Alex O'Ree wrote:
> Ok strange problem, using maven site 3.12.0 (also tried 3.6.0)
>
> Project layout is like this
>
> /pom.xml <- root project
> /src/site/testfile/file1.json <- the snippet i want
> /project1 &l
Ok strange problem, using maven site 3.12.0 (also tried 3.6.0)
Project layout is like this
/pom.xml <- root project
/src/site/testfile/file1.json <- the snippet i want
/project1 <- pom project only
/project1/warmodule/pom.xml <- the project i'm generating a site for
/project1/warmodule/src/site.x
Hello
I was rummaging around in the maven pdf plugin internals which used to have
the ability to append maven site reporting plugin content into PDFs. I
noticed it was calling the following:
return (PluginDescriptor) pluginManager.verifyReportPlugin( reportPlugin,
project, session );
which throws
I still have no solution. Can anyone help me?
--
Best regards, Alex Orlov
>Вторник, 22 июня 2021, 11:47 +03:00 от Mantas Gridinas :
>
>Try flushing or something equivalent
>On Tue, Jun 22, 2021, 10:44 Alex Orlov < ooo_satu...@mail.ru.invalid > wrote:
>
>&
riting the event
'" + event + "'." );
}
}
…..
}
Could anyone sat if there is any solution/flag to print log messages from child
process on console immediately?
--
Best regards, Alex Orlov
Yes, 'mvn compile javadoc:javadoc' helped. Thank you very much.
--
Best regards, Alex Orlov
>Воскресенье, 6 июня 2021, 1:20 +03:00 от Robert Scholte :
>
>In case of modules, javadoc requires a compiles module descriptor, so try 'mvn
>compile javadoc:javadoc
Hi all,
I have a sample project with two jpms modules. It is a maven project with one
parent and two child modules.
A parent pom:
...
foo.api
foo.impl
...
API module pom:
...
com.foo
foo.api
...
API module-info:
module com.foo.api {
requires org.slf4j;
exports com.foo.api;
}
I have been trying to automate testing for our Maven project on GitHub
using Actions, but we have a local dependency and the install:install-file
command seems to be generating the path incorrectly. It doesn't do this on
my own Windows machine, so I'm at a loss on what it's doing, or why, and
how t
Hello,
I was wondering - is it possible to instruct the compiler plug-in to exclude
source files even if they are referenced directly by other source files?
Thank you.
Alex Gerdov
Research & Development
(t) +972-54-6489120
(e) alex.ger...@unboundtech.com
(w) www.unboundtech
:
maven → surefire → junit-platform-launcher → junit-platform-engine.
However, I can’t find maven, surefire, launcher, engine in boot layer. How
does it work? Could you explain what magic I miss?
Alex
>Пятница, 3 июля 2020, 17:40 +03:00 от Tibor Digana :
>
>Hi Alex,
>
>This is th
n where is platform, engine etc.
--
Alex Orlov
gate-jar deploy
> I know this will trigger few times the same lifecycle/goals and will add
> few times the same jar to the artifacts to deploy but it should work.
>
> On Mon, 1 Jun 2020 at 22:33, Alex O'Ree wrote:
>
> > I'm attempting to, with a release profile, b
I'm attempting to, with a release profile, build javadoc jars for all
modules in my project and generate a single aggregate javadoc jar for the
whole project, preferable with just running 'mvn -PmyReleaseProfile
install'. Is this possible?
In my case i have a few modules that use the dependency pl
PR's opened, feel free to review or whatever. I'm fully expecting that they
won't be merged as is
https://github.com/apache/maven-wagon/pull/67
https://github.com/apache/maven-resolver/pull/51
On Mon, May 18, 2020 at 6:18 PM Alex O'Ree wrote:
> roger that. All the cha
r Lamy wrote:
> You may have to change some APIs
> Wagon is a very old API (back to when Maven2 was born... yup that's long
> time ago now :) )
> so definitely it could be changed BUT we have to maintain a backward compat
> as much as we can
>
> On Mon, 18 May 2020
oposal :)
>
> On Mon, 18 May 2020 at 10:11 am, Alex O'Ree wrote:
>
> > Well after a few different experiments with what i've describe above, the
> > issue i'm having setting ensuring that setting.xml parameters get passed
> > into wagon. Currently, it look
eaking?) changes.
> > But openConnectionInternal creating client would not reuse http
> connection
> > (or you have another idea?)
> > It was a bit of hackish to have http connection pooling due to current
> > design but especially with https it saves some IO.
> >
&g
key/trust setup, make a new configuration within this
method, otherwise fallback to the default static pool?
On Mon, May 11, 2020 at 7:10 PM Alex O'Ree wrote:
> I did some work on this over the weekend. Maintaining backwards
> compatibility is going to be challenging due to the
ended up down a rat role of trying to understand why some
of the unit tests were failing and making it worse in the process.
On Wed, May 6, 2020 at 6:38 AM Michael Osipov wrote:
> Am 2020-05-05 um 22:03 schrieb Alex O'Ree:
> > I was looking over the docs for the settings.xml fil
I was looking over the docs for the settings.xml file and noted that it
looks like it's possible to access a nexus repository using a client
certificate of sorts. It's not clear the docs if a JKS can be used or if it
must be a ssh private key or what.
http://maven.apache.org/settings.html#servers
I've been struggling with this problem on and off for a while and have been
unable to resolve this. Hopefully someone can provide some guidance. This
is a multi-module project.
I have a jar project that needs some native libraries in a specific path
during the unit tests. To make this happen, I de
I'm looking for an example on how to use the code snippet macro from doxia
within a markdown file. I've found this
https://maven.apache.org/guides/mini/guide-snippet-macro.html
but it only covers apt and xdoc, but nothing for markdown. Is this
supported?
>as main development is Java 8 but want to get everything working on
>the new releases without denting releases into live.
>
>not sure about OSGi
>
>On Sat, 15 Sep 2018 at 12:17, Alex Sviridov < ooo_satu...@mail.ru.invalid >
>wrote:
>>
>> Hi all,
>>
>&
-exam (for OSGi) creates
another temp bundle.
3) Is there an example which shows how to use the plugin for integration
testing of JPMS module?
I would be helpful for any help.
Best regards, Alex Sviridov
testing but how to use it I didn't find. Maybe any links to
examples.
Please, help.
--
Best regards, Alex Sviridov
In the interest of providing full reference in the list, I have come up with
a workaround to achieve what I want: I list the dependencies in a profile
that is active by default, then use another profile to run generate-sources
with no dependencies active, like follows:
Added in parent-prj/gen-src-
Hi Francois,
Someone on SO has explained that this is related to bug
https://issues.apache.org/jira/browse/MNG-3283
The maven-exec-plugin has "requiresDependencyResolution =
ResolutionScope.TEST"
You can see that annotation here:
https://github.com/mojohaus/exec-maven-plugin/blob/master/src/mai
Hello all,
I have a problem running exec-maven-plugin in a multi-module project
_without_ installing snapshots to my local repository. What happens is that
Maven seems to require that dependencies are "resolved" during the
"generate-sources" phase so if I run "mvn generate-sources" it complains
ab
I would say it's fine as is, but one possible suggestion would be add a h4
under the "Filtering" section labeled "Common Problems". Under that you can
put the parts related to properties with dots and the ## markdown issue
On Fri, Oct 20, 2017 at 10:50 PM, Alex O'Re
on
>
> Regards,
>
> Hervé
>
> Le vendredi 20 octobre 2017, 18:28:33 CEST Alex O'Ree a écrit :
> > Thanks, that confirms it. Now i can find out this why is failing, i'm be
> set
> >
> > https://issues.apache.org/jira/projects/MSITE/issues/MSITE-799
>
> examples/creating-content.html#Filtering
>
> Regards,
>
> Hervé
>
> Le lundi 16 octobre 2017, 20:22:04 CEST Alex O'Ree a écrit :
> > I have some pom defined properties that I'm trying to inject into a maven
> > site markdown file. The file is named "
I have some pom defined properties that I'm trying to inject into a maven
site markdown file. The file is named "test.md.vm" and it's referenced in
the site descriptor.
> This property is used to test PDF .vm
> project injection. If you can read this in the PDF output, it's
> working.
>
I've been using the umlgraph/graphviz/dot as a javadoc extension for a
while now and i was wondering how i could support builds on machines
whereby graphviz is not installed. I was thinking a profile with some
activate rules would do it that would override the javadoc settings.
Looking at the docs,
after further investigation, it's probably not a maven issue.
On Sun, Oct 1, 2017 at 11:15 AM, Alex O'Ree wrote:
> I thought i had cleaned that up. One of those, if it's not broke don't fix
> it, kind of things.
>
>
> On Sun, Oct 1, 2017 at 10:24 AM, Karl Heinz
I thought i had cleaned that up. One of those, if it's not broke don't fix
it, kind of things.
On Sun, Oct 1, 2017 at 10:24 AM, Karl Heinz Marbaise
wrote:
> Hi,
>
> On 01/10/17 15:35, Alex O'Ree wrote:
>>
>> Apache jUDDI PMC here.
>>
>> I just spen
Apache jUDDI PMC here.
I just spent the better part of my weekend trying to update and revamp
some code in Apache jUDDI and ran into a bit of strange situation that
is reporting worthy.
All of our previous release builds were ran using maven 3.3.9 on
windows with JDK7. I recently switched to mave
Hi all, writing a reporting plugin that aggregates findbugs results.
I'm cheating a bit here and am reading in the generated findbug html
file, which is generated after findbugs run with the site plugin. The
html appears to be generated in the doxia parts the site goal. Anyhow,
with this arrangeme
Is there a way to remove or change the footer printed on all pages
except for the title page?
It looks like the default is
(c) ${year} {$organization} - All rights reserved
This appears to open be used for the fo implementation. It's not
present on the IText output, but I don't personally care
n of maven-war-plugin.
My first question is: where does maven read wich plugin version to
use, if I don't specify one?
I tought it was in the super-pom, but I didn't find anything
there...Can anyone help me understand what
M, Karl Heinz Marbaise wrote:
> Hi,
>
> On 10/13/15 9:57 PM, Alex O'Ree wrote:
>>
>> I think I figured it out. It was being injected into the footer.
>> Overriding the footer in the site descriptor appears to have
>> suppressed it. Took me a few minutes to find
3:55 PM, Karl Heinz Marbaise wrote:
> Hi,
>
> On 10/13/15 9:45 PM, Alex O'Ree wrote:
>>
>> Is there a way to turn off the copyright notice on the bottom of
>> generated maven sites?
>
>
> Which of them do you mean exactly ? Can you show an example an
Is there a way to turn off the copyright notice on the bottom of
generated maven sites?
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org
has changed. Please remove verha...@sander.com
> <mailto:verha...@sander.com > now and start using
> san...@sanderverhagen.net<mailto:san...@sanderverhagen.net >
> from now on. Please update your address book. Thank you!
>
>
>
> > -Original Message-
>
>
> Do you have the same groupId, artifactId, and version specified in both
> POM files?
>
> > -Original Message-
> > From: Alex Ditu [mailto:ditu.alexan...@gmail.com]
> > Sent: Monday, August 10, 2015 10:17 AM
> > To: Maven Users List
> > Subject: [
So the answer is: one cannot use a pom file with a different name than
'pom.xml'.
In such case, why the -f option exists?
On Aug 10, 2015 6:13 PM, "Benson Margulies" wrote:
> On Mon, Aug 10, 2015 at 11:04 AM, Alex Ditu
> wrote:
> > I know how to solve my
I know how to solve my problem (by changing the project configuration).
My question is: why mvn -f otherPomName.xml deploy doesen't work? And I
said above how it fails.
On Aug 10, 2015 5:59 PM, "Barrie Treloar" wrote:
> On 10 August 2015 at 23:22, Alex Ditu wrote:
>
&
e:
>
>> On Aug 10, 2015, at 7:12 AM, Alex Ditu wrote:
>>
>> Hello,
>>
>> I want to use pom.xml files for my project with 2 different names:
>> pom.xml and pom2.xml.
>> In order to select wich one to execute/use I use -f like this:
>>
>
Hello,
I want to use pom.xml files for my project with 2 different names:
pom.xml and pom2.xml.
In order to select wich one to execute/use I use -f like this:
mvn -f pom2.xml deploy
Using this aproach I've encountered some problems in 2 scenarios:
1. If both pom.xml and pom2.xml exist when run
Hello,
I am new to maven and do not know how to solve this issue: I decided
not to keep timestampped artifacts in Aritfactory but now maven is not
downloading newer artifacts from Artifactory, although in metadata the
versions differ.
I do not want to manually delete my local copy of an artifact
On Thu, Mar 13, 2014 at 4:54 AM, Alex Karasulu wrote:
> Hello,
>
> I've got a module that builds an executable jar file using the Maven
> Assembly Plugin. I'm trying to setup an integration test (in the same
> module) that runs this executable jar file as a separate pro
ecutable jar
file or pass in the needed parameters to do so in the integration test?
--
Best Regards,
-- Alex
Way would probably have you add the additional
> dependency at the plugin level, and not the
> configuration.reportPlugins.plugin level.. So, sorry, but you were
> wrong twice. :-)
>
> On Thu, Feb 13, 2014 at 10:34 AM, Alex Potsid
Brevity appreciated. You sound like someone who has answered that question
before.
Thanks,
Alex
On Thu, Feb 13, 2014 at 5:50 PM, Hervé BOUTEMY wrote:
> I'll make it short: please don't use reportPlugins in m-site-p
> configuration
>
> see
> http://maven.apache.org/
eportPlugin for 'dependencies'
Is this sort of configuration not possible?
Thanks in advance.
Alex Potsides
ublic static void setMethodName( String methodName )
Thanks
Best regards
Alex Chen
Yes you were right.
Here how I installed and use m2e
Install in following order:
1) Subclipse 1.6 including all options
2) m2e release (1.0)
3) from Window-Preferences-Maven-Discovery, Open Catalog: m2e connector for
maven-scm-plugin
4) from Window-Preferences-Maven-Discovery, Open Catalog: m2e-sub
ontrol
>4) New instance of Eclipse
I tried all from above except mvn -X eclipse:eclipse. I will try it
tomorrow when I will get access to working computer.
Alex
repository.
I installed the newest releases of maven, eclipse, m2eclipse.
Please, please help
Alex
Hi ,
We would to migrate from Maetro 1.1 to Apache Maven 3.0 -Archiva.
Any one have a good installation - configuration - integration guide?
Best regards,
Alex.
Agreed, none do it though to my knowledge (Was looking to see if someone knew
of one I did not know about), perhaps there is no such tool. Perhaps I'll make
one.
Thanks!
-Original Message-
From: Wayne Fay [mailto:wayne...@gmail.com]
Sent: Wednesday, August 31, 2011 11:52 AM
To: Maven
in NetBeans, you can right click on the dependecy and
view the details, part of this includes a visual dependency graph On Aug 31,
2011 1:28 PM, "Brown, Alex" wrote:
> Hello,
> I am a Maven 3 user and I am looking for a tool that allows me to
> easily
see the dependencies t
100 artifacts that exist and that
might have cross dependencies, I would like to see of those artifacts what
depends on what and what is depended on by others.
I made a little tool to get this in xml form, but would love to see a more
robust solution.
Thanks,
Alex
Barclays
Thanks Wayne, really useful explanations. I already had googled a bit
about this but, as always, one cannot expect to find good examples or
practices out there and I have a high respect for this list opinions,
specially about "the maven way" which I see now again and again ends up
always with l
of my
WAR module to JAR, and the test module picked up all transitive
dependencies...)
What is the recommended aproach to organize integration testing in a
maven multi-module webapp project?
Thanks and have a good day,
Alex
--
You could deploy in place or unpacked or something similar, there is
more than one way to deploy or test your webapp without it having to be
packed into the WAR, which is what takes most of the build time for us too.
Em 13-05-2011 01:42, Ron Wheeler escreveu:
On 12/05/2011 12:53 PM, javadaisy
Em 12-05-2011 12:02, Tim Pizey escreveu:
On 12 May 2011 11:50, Alex Lopez wrote:
Em 12-05-2011 01:22, Andrew Robinson escreveu:
I have been using maven 2.2.1 for a while at my company and we just
switched
to maven 3. I have rebuilt my computer (ubuntu maverick 10.04 32-bit ==>
ubu
circumstances wouldn't end mvn process, instead forcing it to
continue?
Em 12-05-2011 11:50, Alex Lopez escreveu:
Em 12-05-2011 01:22, Andrew Robinson escreveu:
I have been using maven 2.2.1 for a while at my company and we just
switched
to maven 3. I have rebuilt my computer (ubuntu maverick
Em 12-05-2011 01:22, Andrew Robinson escreveu:
I have been using maven 2.2.1 for a while at my company and we just switched
to maven 3. I have rebuilt my computer (ubuntu maverick 10.04 32-bit ==>
ubuntu natty 11.04 64-bit) and installed maven 3.
In maven 3.0.3, (I have not seen it with maven 2
never a good idea to commit the target dir IMO...
Em 09-05-2011 15:42, Refr Bruhl escreveu:
Team
I've an issue with the m2 plugin using maven in conjunction with subversion.
Since this crosses three platforms I thought I would try both the subversion and
maven list to see if anyone has run acr
You could check out the books freely available in sonatype website
(books section), maven reference and maven by example, these really
helped me a lot to understand whan a multi-module/reactor project is and
how to arrange a good structure for it (ie separate inheritance from
modularity etc)
Have you tried with maven-site-plugin 3.0-beta-3 ?
Also I don't remember why exaclty, I've got
attach-descriptor
might
be plenty of ways ;)
Em 13-04-2011 15:44, Fernando Wermus escreveu:
Alex,
I understand your proposal. Do I need to create two proyects for this
situation or could I avoid this?
2011/4/13 Alex Lopez
Make the classes into different jars (java 1.4 and 1.6) and add one ore the
oth
Make the classes into different jars (java 1.4 and 1.6) and add one ore
the other as dependencies under different profiles.
Em 13-04-2011 15:01, Fernando Wermus escreveu:
Hi all,
We have a proyect which we need to compile under java 1.4 for some
companies and 1.6 for other companies. The p
BTW the "mvn install" or "mvn deploy" is done in our case on the top
directory, the reactor one, and it gets propagated to the others in
appropriate order by the reactor module.
Em 07-04-2011 11:16, Alex Lopez escreveu:
I don't think I can post the full thing, bu
This is an example multi-module project with separate war, reactor and
parent poms
Em 07-04-2011 11:16, Alex Lopez escreveu:
I don't think I can post the full thing, but I'll post some cut down
version so you can make an idea.
BTW, I got the idea from the documentation on sonatype
ed more or less this way.
http://www.sonatype.com/books/mvnref-book/reference/public-book.html
Em 07-04-2011 10:30, Adam Gibbons escreveu:
Alex, that's perfect! Exactly the kind of thing I'm trying to do myself.
Would you mind posting your reactor, war, jar and parent poms please? I
Here we have a similar setup, we manage to build everything into a WAR
including dependent jars using reactor/assembly project:
BTW, we use separate poms for parent (inheritance) and reactor
(multi-module), which I think makes sense as all sub-modules have the
parent as parent but not one sub-
Jaina,
if maven works in another machine it might be some configuration either in:
- Your settings.xml file ~/.m2/settings.xml
- Maven's global settings.xml under maven's install dir {$M2_HOME}/conf
- Other files under Maven installation dir
- M2Eclipse configuration (Preferences->
rch: "sparc" Family: "unix"
Thanks,
Alex
Greetings,
I'm happy to announce that the FEST JavaFX Compiler Maven Plug-in 1.0b2 is
out. This version allows compilation of JavaFX test sources.
More details (including an example on how to use it) can be found at
http://alexruiz.developerblogs.com/?p=1197
Cheers,
-Alex
Thanks, but I think that that doesn't answer my question. I just need a
programmatic way to add jars to the build classpath.
Cheers,
-Alex
On Fri, May 7, 2010 at 1:21 AM, Jemos Infra wrote:
> I think this question was answered recently in the list and involved
> using extension
hange at any
time.
I'm writing a little maven plugin for this, but I don't know how to add them
to the current classpath. Any pointers will be greatly appreciated :)
Thanks,
-Alex
Hi Michael,
It seems that extensions is what I'm looking for. Unfortunately I haven't
found any info about how to create (?) one. Do you know where can I find
more info? :)
Many thanks,
-Alex
On Wed, May 5, 2010 at 10:53 PM, "Michael Hüttermann" <
mich...@huettermann.net
o just say, all the
*.jar files in directory 'foo'.
Many thanks in advance,
-Alex
tests.
I'm guessing that Surefire is trying to run my tests with TestNG, since it
is in the classpath. Is there any way to instruct Surefire to use JUnit
instead?
(BTW, I tried to find the answer myself before posting this question) :)
Many thanks in advance,
-Alex
it's possibile make, with eclipse/maven, a .war file (for tomcat)
that include all necessary schemas?
I want that my service working in local without internet.
Unfortunately at the moment without internet tomcat tries to get
external schema (es. spring schemas or cxf schemas) and doesn't
n't discovered a
way (if it exists). I am actually a bit surprised that such a basic
thing is not built into Maven. I would expect to be able to specify
the encoding per resource.
Cheers,
Alex
On Tue, Dec 30, 2008 at 4:04 AM, Wayne Fay wrote:
>
> > Ok, I defined two different execu
Ok, I defined two different executions of the resource plugin, gave them
different IDs but how can I control which one is executed for each
individual resource? They should be executed in the same phase and for the
same goal.
Alex
On Thu, Dec 18, 2008 at 3:36 PM, Stephen Connolly
emoved the metadata
files, since they are local repo metadata. Of course, I'm now adding new
3rd party jars through Nexus.
I've found this related issue, but it doesn't explain the solution:
https://issues.sonatype.org/browse/NEXUS-996
-Alex
On Sat, Nov 29, 2008 at 8:27 PM, Brian Fox
I've encountered a similar problem when one of the sub-modules is a maven
plugin that is used by another sub-module. I discovered this only when I
cleaned-up my local repository. Then "mvn clean install" didn't work. Even
"mvn clean" and "mvn validate" failed because the plugin was missing.
My
Hi. Is there a way to disable uploading to a Maven Repo during mvn deploy?
.
This is better than using ant alone, because it lets maven construct an
appropriate classpath which the ant target can use.
So, maven tasks were not designed to be like ant targets, but can be used
like them, if you're using ant targets as standalone scripts outside of the
build lifecycle.
-Alex
Hi All,
I have a mix of resources in UTF-8 (XML files) and ISO-8859-1 (properties
files). The resource encoding can be configured only on the level of the
entire resource plugin, but I need to be able to specify the encoding per
resource. Is this possible?
Thanks,
Alex
Thanks. This sheds some light to my darkness, and may explain why my
home-made maven mirror wasn't working properly.
Alex
On Sat, Nov 29, 2008 at 4:33 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 29, 2008 at 5:16 AM, Alex Athanasopoulos
> <[EMAIL PROTECTED]>
since stopped trying to use. In
the end, I went back to copying my central mirror to my local repository
(something easily done with svn, which I use as my repository manager).
-Alex
On Tue, Nov 25, 2008 at 5:27 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote:
> The central repo has been undergoing
acts.
D) I plan to also use a snapshots repository that is automatically updated
with my daily build artifacts. In fact, I may simply provide http access to
the daily build's local repository.
For now, I rebuild all of my artifacts locally.
Alex
On Fri, Nov 28, 2008 at 10:38 PM, <[EMAIL PROTECTED]&g
On Mon, Oct 13, 2008 at 11:39 PM, Alex Coles <[EMAIL PROTECTED]> wrote:
>
> Thanks for your suggestion. I can create a JIRA ticket (or even
> attempt to create a patch for the NPE -- the code looks reasonably
> straightforward).
>
> However, there still is the discrepanc
e debugging/tracing log entries, trace
> down (and fix) the issue, and contribute it back via JIRA. Or open an
> issue in JIRA, attach a sample project which demonstrates the bug, and
> wait for someone else to fix it for you.
>
> Wayne
>
> On Sun, Oct 12, 2008 at 9:18 PM, Alex Col
rhaps the NPE will go away.
>
> Wayne
>
> On Sun, Oct 12, 2008 at 7:07 PM, Alex Coles <[EMAIL PROTECTED]> wrote:
>> I am encountering problems trying to exclude certain file types from
>> my WAR files. My WAR files are bloated, and becoming difficult to very
>>
1 - 100 of 370 matches
Mail list logo