[ANN] Maven Resolver Ant Tasks 1.2.1 released

2020-06-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver Ant Tasks version 1.2.1. https://maven.apache.org/resolver-ant-tasks/ Release Notes - Maven Resolver Ant Tasks - Version 1.2.1 ** Bug * [MRESOLVER-100] - Resolver Ant Task taskdef failing ** Improvement *

Re: JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
On Tue, Jun 2, 2020 at 11:21 PM Ankit Tomar wrote: > Hi Team, > > I need to pass jvmArguments in the plugin but they are not working. > We are using embedded cassandra in our application and it tries to access > JDK's internal classes and after JDK 11 Java has put strict checks on > internal

Using antlr4-maven-plugin in reproducible builds?

2020-06-03 Thread Christofer Dutz
Hi all, I am currently trying to adjust the build configuration of the projects I’m involved in to be able to generate reproducible builds. One of the things I read are important for this, is to fix the line.separator so I added that to the “apache-release” profile. This seems to work

maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-03 Thread Meir Yanovich
im using the latest version of the maven-ear-plugin i like to bundle the test.war into my ear but the output is always : test1-test21999.test-SNAPSHOT.war which is always the default : outputFileNameMapping = @{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@ how do i

My maven is trying to download artifacts from an incorrect repository

2020-06-03 Thread Debashish Ghosh
Hi, I am trying to run mvn install on a git hub project https://github.com/hapifhir/org.hl7.fhir.core.git . I am using maven version 3.6.3 . The gist of the issue is that it tries to download maven-bundle-plugin artifact from http://central.maven.org/maven2/ . This repository doesn't exist so

Re: JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
Missed plugin name, I am using appassembler-maven-plugin I have tried and but both are not working. Thanks & Regards, Ankit On Tue, Jun 2, 2020 at 11:21 PM Ankit Tomar wrote: > Hi Team, > > I need to pass jvmArguments in the plugin but they are not working. > We are using embedded cassandra

JVM Arguments not working for JDK11

2020-06-03 Thread Ankit Tomar
Hi Team, I need to pass jvmArguments in the plugin but they are not working. We are using embedded cassandra in our application and it tries to access JDK's internal classes and after JDK 11 Java has put strict checks on internal class access using reflection . There is one work-around for it

Re: JVM Arguments not working for JDK11

2020-06-03 Thread Benjamin Marwell
Hi Ankit, the appassembler-maven-plugin [1] is maintained by mojohaus, they have a different mailing list on google groups: https://www.mojohaus.org/mail-lists.html HTH Ben [1] https://www.mojohaus.org/appassembler/appassembler-maven-plugin/ Am Do., 4. Juni 2020 um 00:46 Uhr schrieb Ankit

Re: Javadoc aggregate fails with MDEP-187 with dependency plugin

2020-06-03 Thread Alex O'Ree
Thanks i'll give it a shot. if it doesn't work, I'll comes up with an example project and share it on githubl On Tue, Jun 2, 2020 at 10:39 PM Olivier Lamy wrote: > Hi > what are the prepareGoals/goals of the release plugin? > maybe you could use package javadoc:aggregate-jar deploy > I know