definition of a Maven subproject and what there is it
documented.
And how to explain a junior dev why he must call it Maven subproject but
must write module. IMHO this would cause much more confusion then we all
would profit from it.
j2c,
Oliver
Am 05.08.24 um 14:14 schrieb Martin
ntext, but there is a reason why these
goals/functions have been added.
Oliver
Am 21.03.24 um 19:43 schrieb Tamás Cservenák:
Howdy,
Oliver: all, really?
I wonder what you used for goals like "purge-local-repository",
"resolve-plugins" etc :)
I mean, I know what those g
Hi,
over the time I used all of them in different projects and I think all
of them are needed.
Viele Grüße
Oliver
Am 21.03.24 um 17:04 schrieb Tamás Cservenák:
Howdy,
I'd would be interested in how users and devs are using
maven-dependency-plugin:
https://maven.apache.org/plugins/
?url=https%3A%2F%2Fwww.packtpub.com%2Fapplication-development%2Fjava-ee-8-high-performance&data=04%7C01%7Codrotbohm%40vmware.com%7Cc032104a78794cf6891208d989922cf0%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C1%7C637692083177249862%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXV
n 7. Oct 2021, at 13:32, Oliver Drotbohm wrote:
>
> I'll give it a spin. Sorry for the apparent double post. I wasn't sure which
> email address I was subscribed with and the original post didn't seem to
> appear in my inbox, so I thought it was the wrong one. O:-)
I'll give it a spin. Sorry for the apparent double post. I wasn't sure which
email address I was subscribed with and the original post didn't seem to appear
in my inbox, so I thought it was the wrong one. O:-)
> On 7. Oct 2021, at 13:16, Mickael Istria wrote:
>
> Hi,
>
> I don't know for sure
Hi all,
in a Maven Plugin project, we need to obtain all elements of the runtime
classpath during the *compile* phase. The code is currently calling
`project.getRuntimeClasspathElements()`. That in turn iterates over
`MavenProject.getArtifacts()` which is documented to only return elements of a
Hi all,
in a Maven Plugin project, we need to obtain all elements of the runtime
classpath during the *compile* phase. The code is currently calling
`project.getRuntimeClasspathElements()`. That in turn iterates over
`MavenProject.getArtifacts()` which is documented to only return elements of a
, then we
could start to formalize the process.
What do you think?
Oliver
Am 05.08.21 um 16:30 schrieb Chris Kilding:
My GitHub user is @chriskilding
Chris
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For
?
Oliver
Am 02.08.21 um 22:04 schrieb Chris Kilding:
@Oliver:
Yes, a GitHub repo to write some kind of spec for this feature would be great.
Is there an existing Maven enhancement proposals repo we can use (along the
lines of what the Jenkins project does in https://github.com/jenkinsci/jep), or
contribute
to it.
WDYT?
Oliver
Am 28.07.21 um 12:10 schrieb Chris Kilding:
Hello,
I would like to propose a new Maven feature: dependency deprecation indicators.
In a nutshell, the idea is to let maintainers set a 'deprecated' metadata
indicator on a Maven artifact in a repository.
would like to prohibit the usage of specific
components, internal and external ones, because of their own regulations.
Oliver
Am 30.07.2021 um 11:00 schrieb Chris Kilding:
Hi,
@Oliver:
Glad of the help :) My definition of 'deprecated' would be roughly 'this
artifact is not act
version of an artifact for some reason, for example for security
reasons, without having a plan to release any newer version.
Oliver
Am 28.07.21 um 12:10 schrieb Chris Kilding:
Hello,
I would like to propose a new Maven feature: dependency deprecation indicators.
In a nutshell, the idea
Hi all,
I was wondering if you have ever discussed to apply versions defined in
to plugin dependencies? BOMs have become a ubiquitous
thing today but as a BOM author, you currently have no way to define the
version for dependencies to be used with plugins.
Happy to file a ticket if you think
Hi Manfred,
do you know far Polyglot Maven is already supported by the various IDE?
Bye,
Oliver
Am 30.03.19 um 05:50 schrieb Manfred Moser:
> Hi all,
>
> Just a quick heads up that the new polyglot-maven release I cut recently
> features a MUCH improved support for Kotlin. So w
If it's about pure XML parsing and tweaking the information and building the
model is not required, XmlBeam [0] is a lightweight alternative to map the
entire file to a Java object. We use that in the Spring Data release
automation. Declare an interface containing accessors backed by XPath
expr
Yes, this would be the clean solution and I am refactoring the project
to go there. But first I have to separate integration and component
tests. Therefore I need the classes in the war module also available as
jar for those tests.
Oliver
Am 19.12.15 um 13:28 schrieb Tibor Digana:
@Oliver
Hi,
I decided to create an additional jar while refactoring the the
buildstructure of an old project not created by me. The integration and
component tests, which I moved to an separated modul, have dependecies
to classes of the war producing module. As I can not add a war to the
classepath I
.
Sounds like a bug or isn't it a bug?
I prepared an example project available at
https://bitbucket.org/obfischer/bug-maven-install-plugin/src
Oliver
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For addit
use
all these features. But we must not forget the people using our software
in their daily work.
BYe,
Oliver
Am 27.10.15 um 16:49 schrieb Vinicius Corrêa de Almeida:
I analized some releases and i noticed that not using java 7 features like
multi catch and in java 8 do not use lambda
@Paul: Yes I think so or we find a way more convenient in this moment.
@all: I think this shows perfectly why Failsafe should be integrated as
Surefire already is.
Oliver
Am 28.10.14 16:02, schrieb Paul Benedict:
Thanks. Now I know when to use this. For my situation, which is integration
would be great for a
lot of people I think.
Oliver
Hi Bob,
what plugin do you mean - the m2eclipse plugin? If yes this plugin allows you
to use your installed Maven version (Preferences... > Maven > Installations).
regards,
Oliver
Am 01.03.2011 um 23:21 schrieb bobsyouruncle:
> Hello,
>
> This is my first time using these pr
/:
...
${basedir}/src
${basedir}/test
src
test
...
Hope that helps
Oliver
Am 23.02.2011 um 11:34 schrieb nicolas de loof:
> Don't consider Maven as a scripting engine
> Maven works based on conventions, and plugins use th
Hi Brett,
thanx - that was it. Now it works as expected.
regards,
Oliver
Am 11.01.2011 um 22:38 schrieb Brett Porter:
> If the code is in a different module to the plugin, you'll need to use the
> maven-inherit-plugin [1]. It should work if they are in the same plugin
> modul
*/
private MavenProject xproject;
...
"xproject" of the derived class is initialized by Plexus but not "project" from
the super class. Why?
regards,
Oliver
in
a consulting capacity at our client). There is a lot more information
available at our website http://www.cmi.com.
Please contact:
Oliver Eaton
Recruiting Manager CMI
732-450-1100 ext. 114
oliver.ea...@cmi.com
Hello,
I'd like to automatically publich JImage-Analyst
(http://www.jimage-analyst.org).
How to do this?
Best
Oliver
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-target:
[java] java.lang.NoClassDefFoundError: de/mytools/Editor
[java] Exception in thread "main"
[java] Java Result: 1
[INFO]
Thanks in advance
Regards Oliver Stauss
mytools
More files included that specified
--
Key: MCOMPILER-27
URL: http://jira.codehaus.org/browse/MCOMPILER-27
Project: Maven 2.x Compiler Plugin
Type: Bug
Versions: 2.0
Reporter: Oliver Siegmar
I have the following
[ http://jira.codehaus.org/browse/MNG-1598?page=comments#action_58154 ]
Oliver Siegmar commented on MNG-1598:
-
Okay, thanks. But why not just update maven-jar-plugin to 2.0.2 so that others
can participate this feature without reading this?
> It sho
[ http://jira.codehaus.org/browse/MNG-1598?page=comments#action_58101 ]
Oliver Siegmar commented on MNG-1598:
-
I really need this feature and would like to use it as it has been implemented.
But unfortunately maven 2.0.2 still uses maven-archiver 2.0 (I
Please upload ditchnet:ditchnet-tabs-taglib 0.8
---
Key: MEV-257
URL: http://jira.codehaus.org/browse/MEV-257
Project: Maven Evangelism
Type: Wish
Reporter: Oliver Siegmar
The binaries are missing and the structure
[ http://jira.codehaus.org/browse/MEV-186?page=comments#action_50228 ]
Oliver Siegmar commented on MEV-186:
I don't know what a relocation pom is, but in one of my projects jstl 1.0.2 and
1.1.2 get both included, because one is from gr
[ http://jira.codehaus.org/browse/MEV-186?page=all ]
Oliver Siegmar updated MEV-186:
---
Attachment: displaytag-jstl.diff
Here's a fix
> displaytag has wrong dependency for jstl
>
>
>
displaytag has wrong dependency for jstl
Key: MEV-186
URL: http://jira.codehaus.org/browse/MEV-186
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Oliver Siegmar
The groupId for jstl should be
commons-httpclient lacks dependency for commons-codec
-
Key: MEV-167
URL: http://jira.codehaus.org/browse/MEV-167
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Oliver Siegmar
acegisecurity lacks dependency for oro and commons-codec
Key: MEV-161
URL: http://jira.codehaus.org/browse/MEV-161
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Oliver Siegmar
Check that you do not have ANTLR-2.7.1 in your classpath. Checkstyle 3.1
requires ANTLR-2.7.2.
"Martin Poeschl" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> built cvs HEAD, run 'maven site'
>
> i get:
>
> Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap
>
> fo
39 matches
Mail list logo