Re: [ANN] Maven Surefire 3.2.1 released

2023-10-25 Thread Maxim Solodovnik
Just have upgraded this plugin whithout any issues :) from mobile (sorry for typos ;) On Wed, Oct 25, 2023, 19:30 Garret Wilson wrote: > Could you clarify whether this means that the plugin will not work > correctly, and whether we should wait for a patch version that uses the > correct

Re: [ANN] Apache Maven 3.9.1 released

2023-05-11 Thread Maxim Solodovnik
The subject should be "[ANN] Apache Maven 3.9.2 released" :)) On Thu, 11 May 2023 at 14:25, Tamás Cservenák wrote: > > The Apache Maven team is pleased to announce the release of the > Apache Maven 3.9.2 > > Apache Maven is a software project management and comprehension tool. Based > on the

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Maxim Solodovnik
Hello, For whatever reason both 3.2.1 and 3.2.2 are released with 9.3 While latest version ATM 10.9.3 Why to release with outdated dependency? from mobile (sorry for typos ;) On Fri, Apr 21, 2023, 02:04 Michael Osipov wrote: > The Apache Maven team is pleased to announce the release of

Re: [m-site-plugin] Error reading site descriptor

2023-04-05 Thread Maxim Solodovnik
4. Apr 2023, at 11:00, Michael Osipov wrote: > > > > On 2023/04/03 03:41:28 Maxim Solodovnik wrote: > >> Hello Michael, > >> > >> surprisingly it helped! > >> Thanks a million! :)) > > > > Not a surprise, this is on purpose: > >

Re: [m-site-plugin] Error reading site descriptor

2023-04-02 Thread Maxim Solodovnik
Hello Michael, surprisingly it helped! Thanks a million! :)) On Sun, 2 Apr 2023 at 04:10, Michael Osipov wrote: > > rm -rf ~/.m2/repository and try again. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For

[m-site-plugin] Error reading site descriptor

2023-03-27 Thread Maxim Solodovnik
Hello All, Recently I have updated to 4.0.0-M6 And now I'm getting following output [1] Everything works as expected with 4.0.0-M5 Is it expected? What additional info can I provide? :) Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) Maven home: /opt/maven Java version: 17.0.6,

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Maxim Solodovnik
my first email was sent Feb 14 Now it is the end of March :)) I did my best to not pushing :)) > Thanks > Tamas > > On Mon, Mar 27, 2023 at 3:46 AM Maxim Solodovnik > wrote: > > > I get zero responses for my emails :(( > > Maybe I should provide more

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
ight try moditect to insert a module name of your choice. You might try > approaching the authors of jool-java-8 and requesting they provide a valid > automatic module name. > > On 3/26/23, 6:46 PM, "Maxim Solodovnik" <mailto:solo...@apache.org>> wrote: > > &

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
I get zero responses for my emails :(( Maybe I should provide more details? Or my English is not good enough? :( This issue blocks our release process, I'd love to get some help Thanks in advance :) On Sat, 25 Mar 2023 at 23:34, Maxim Solodovnik wrote: > > Here is the sample project:

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-25 Thread Maxim Solodovnik
Here is the sample project: https://github.com/solomax/javadoc-exclude The issue is NOT reproducible if "Automatic-Module-Name" is absent On Tue, 14 Feb 2023 at 13:42, Maxim Solodovnik wrote: > > Same results with version 3.5.0 > > On Tue, 14 Feb 2023 at 12:07, M

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Same results with version 3.5.0 On Tue, 14 Feb 2023 at 12:07, Maxim Solodovnik wrote: > > Hello All, > > I'm getting following error while running `javadoc:3.4.1:jar`: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar > (att

[m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Hello All, I'm getting following error while running `javadoc:3.4.1:jar`: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar (attach-javadocs) on project openmeetings-util: Execution attach-javadocs of goal

Re: m-javadoc-plugin with JPMS

2022-08-28 Thread Maxim Solodovnik
maven-javadoc-plugin:3.4.1 - same error :((( On Wed, 20 Jul 2022 at 22:19, Maxim Solodovnik wrote: > > done, > > same error :( > > On Wed, 20 Jul 2022 at 22:13, Maxim Solodovnik wrote: > > > > well, > > > > m-javadoc-plugin is being called at `

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
done, same error :( On Wed, 20 Jul 2022 at 22:13, Maxim Solodovnik wrote: > > well, > > m-javadoc-plugin is being called at `*db` module only which is only > depends on `*util` module > both has `module-info.java` > > let me add `module-info.java` to all modules

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
; Some modules have module-info.java and some don’t. That’s exactly what the > error says. > > > On Jul 20, 2022, at 7:24 AM, Maxim Solodovnik wrote: > > > > On Tue, 19 Jul 2022 at 17:20, Olivier Lamy wrote: > >> > >>> On Tue, 19 Jul 2022 at 16:42, Max

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
On Tue, 19 Jul 2022 at 17:20, Olivier Lamy wrote: > > On Tue, 19 Jul 2022 at 16:42, Maxim Solodovnik wrote: > > > On Tue, 19 Jul 2022 at 13:16, Daniel Widdis wrote: > > > > > > > The only problem of having both is redundancy :) > > > > > &

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Maxim Solodovnik
u use a reserved word in your jar, and then the world breaks. __ I thought maybe this is the issue in m-javadoc-plugin: it is weird to check `automatic module name` in manifest if module-info.java present > > On 7/18/22, 11:07 PM, "Maxim Solodovnik" wrote: > > Thanks

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Maxim Solodovnik
edundancy :) (and they should be in-sync) everything works as expected in case `Automatic-Module-Name` is in manifest I'll try to create simple project to illustrate the problem :) > > On 7/18/22, 10:55 PM, "Maxim Solodovnik" wrote: > > Hello, > > Is the questio

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Maxim Solodovnik
Hello, Is the question too basic? Or maybe I'm asking wrong list? :) On Fri, 15 Jul 2022 at 15:41, Maxim Solodovnik wrote: > > Hello All, > > I'm trying to migrate our project to JPMS > After adding module-info.java to my modules (and removing explicitly > set `Automatic-M

m-javadoc-plugin with JPMS

2022-07-15 Thread Maxim Solodovnik
Hello All, I'm trying to migrate our project to JPMS After adding module-info.java to my modules (and removing explicitly set `Automatic-Module-Name`) I'm getting: [INFO] --- maven-javadoc-plugin:3.4.0:javadoc-no-fork (default) [ERROR] Creating an aggregated report for both named and unnamed

Re: Any plans to release maven-checkstyle-plugin?

2022-05-17 Thread Maxim Solodovnik
BTW org.apache.velocity:velocity used in 3.1.2 is reported as vulnerable here: https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-checkstyle-plugin/3.1.2 On Fri, 22 Apr 2022 at 10:42, Maxim Solodovnik wrote: > > 3.2.0-SNAPSHOT works as expected > at least "Inst

Re: Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Maxim Solodovnik
heckstlye > is updated way more often than the plugin. > > Cheers, > > Falko > > Am 21.04.2022 um 11:51 schrieb Maxim Solodovnik: > > Hello All, > > > > I would like to switch to the latest Java17 LTS > > But it seems latest maven-checkstyle-plugin doe

Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Maxim Solodovnik
Hello All, I would like to switch to the latest Java17 LTS But it seems latest maven-checkstyle-plugin doesn't work with new java17 features :( Maybe it would be possible to release new version? Thanks in advance :) -- Best regards, Maxim

Re: maven-javadoc and reproducible builds

2021-07-17 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MJAVADOC-684 :) On Sat, 17 Jul 2021 at 19:13, Michael Osipov wrote: > Am 2021-07-17 um 09:51 schrieb Maxim Solodovnik: > > Hello Michael, > > > > Shall I file JIRA at https://issues.apache.org/jira/projects/MJAVADOC/ ? >

Re: maven-javadoc and reproducible builds

2021-07-17 Thread Maxim Solodovnik
Hello Michael, Shall I file JIRA at https://issues.apache.org/jira/projects/MJAVADOC/ ? Or some other project? On Sat, 17 Jul 2021 at 14:46, Michael Osipov wrote: > Am 2021-07-17 um 02:55 schrieb Maxim Solodovnik: > > Hello All, > > > > I'm a bit confused with document

Re: maven-javadoc and reproducible builds

2021-07-16 Thread Maxim Solodovnik
lso a property called maven.build.timestamp, I wonder if that can > be used here since based on docs it is > *the UTC timestamp of build start, in -MM-dd'T'HH:mm:ss'Z' default > format * > So, > > ${maven.build.timestamp} > > might work. > > la 17. heinäk. 2

maven-javadoc and reproducible builds

2021-07-16 Thread Maxim Solodovnik
Hello All, I'm a bit confused with documentation This [1] guide instruct me to set 1 and add true to javadoc configuration in pluginManagement as a result I'm getting Caused by: java.time.format.DateTimeParseException: Text '1' could not be parsed at index 0 at

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-06 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MRESOURCES-272 On Sat, 5 Dec 2020 at 18:13, Michael Osipov wrote: > > Am 2020-12-04 um 09:05 schrieb Maxim Solodovnik: > > Thanks a lot Michael, > > > > Adding more extensions to solves my problem > > Sorry for the no

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-04 Thread Maxim Solodovnik
Thanks a lot Michael, Adding more extensions to solves my problem Sorry for the noise the only thing can be improved: diagnostic messages :) On Fri, 13 Nov 2020 at 16:59, Maxim Solodovnik wrote: > Thanks Michael, > > I'll double-check my POM > lots of previous versions works

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-13 Thread Maxim Solodovnik
Thanks Michael, I'll double-check my POM lots of previous versions works as expected On Fri, 13 Nov 2020 at 16:55, Michael Osipov wrote: > Am 2020-11-12 um 18:12 schrieb Maxim Solodovnik: > > Hello All, > > > > I've just updated our project [1] to maven-r

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Here is the output with `-e`: *mvn -version* Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/maven Java version: 11.0.9, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version:

maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Hello All, I've just updated our project [1] to maven-resources-plugin:3.2.0 And start getting following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (prepare-test-resources) on project openmeetings-web: Input length = 1 -> [Help 1]

Re: Version ranges: bug or feature

2020-11-11 Thread Maxim Solodovnik
? by checking I mean downloading metadata every day etc. On Wed, 11 Nov 2020 at 17:47, Florian Schmaus wrote: > On 11/10/20 2:54 PM, Maxim Solodovnik wrote: > > Hello Maven experts, > > > > one sub-dependencies of our project has following > >[6.7.0,7.0.0-SNAPSHOT) >

Re: Version ranges: bug or feature

2020-11-10 Thread Maxim Solodovnik
e all higher than “6.7.0” and lower than > “7.0.0-SNAPSHOT“. > > > On Tue, Nov 10, 2020 at 10:34 Maxim Solodovnik > wrote: > > > Thanks for the quick answer Tomo, > > > > According to out build logs (available for ex. here [1]) > > `7.0.0-SNAPSHOT` in the ran

Re: Version ranges: bug or feature

2020-11-10 Thread Maxim Solodovnik
.3/maven-artifact/apidocs/org/apache/maven/artifact/versioning/ComparableVersion.html > , > > > > On Tue, Nov 10, 2020 at 8:54 AM Maxim Solodovnik > wrote: > > > Hello Maven experts, > > > > one sub-dependencies of our project has following > > [6.7.0,7.0.0-SNAPSHOT) >

Version ranges: bug or feature

2020-11-10 Thread Maxim Solodovnik
Hello Maven experts, one sub-dependencies of our project has following [6.7.0,7.0.0-SNAPSHOT) [1] as a result metadata for all available SNAPSHOT version is being checked in all SNAPSHOT repositories this takes time (full story is here https://groups.google.com/g/kurento/c/7B5k_cZ2Ya0) this

Re: [ANN] Apache Maven WAR Plugin 3.3.0 Released

2020-06-11 Thread Maxim Solodovnik
rds, > > Hervé > > Le mercredi 10 juin 2020, 10:15:07 CEST Maxim Solodovnik a écrit : > > Hello, > > > > I just have switched from 3.2.3 to this new version and it seems > > > https://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html#archive

Re: [ANN] Apache Maven WAR Plugin 3.3.0 Released

2020-06-10 Thread Maxim Solodovnik
Hello, I just have switched from 3.2.3 to this new version and it seems https://maven.apache.org/plugins/maven-war-plugin/exploded-mojo.html#archiveClasses Is not working anymore :( Is it intended? On Tue, 9 Jun 2020 at 18:43, Hervé Boutemy wrote: > The Maven team is pleased to announce the

Re: [ANN] Maven Project Info Reports Plugin 3.1.0 released

2020-05-27 Thread Maxim Solodovnik
Thanks :)) On Wed, 27 May 2020 at 15:44, Michael Osipov wrote: > Am 2020-05-27 um 03:44 schrieb Maxim Solodovnik: > > Hello, > > > > for whatever reason this plugin is missing in central > > > https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-in

Re: [ANN] Maven Project Info Reports Plugin 3.1.0 released

2020-05-26 Thread Maxim Solodovnik
Hello, for whatever reason this plugin is missing in central https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/ Can you please check? On Wed, 27 May 2020 at 04:24, Michael Osipov wrote: > The Apache Maven team is pleased to announce the release of the

Re: OS

2019-04-17 Thread Maxim Solodovnik
Similar questions were asked at OpenJpa https://issues.apache.org/jira/browse/OPENJPA-2787 Commons https://markmail.org/thread/56fxvspp62kgvnrl Felix https://markmail.org/thread/so6b3jf5qo6rjpqx On Thu, 18 Apr 2019 at 10:38, Tibor Digana wrote: > > It is, Surefire on Windows. > Why you are

Re: Using maven-dependency-plugin:unpack in "mvn compile" build

2019-03-22 Thread Maxim Solodovnik
Hello Chris, Maybe true of maven-war-plugin can help? On Fri, 22 Mar 2019 at 20:12, Christofer Dutz wrote: > Hi, > > we are currently having a little problem with our build. > A user complained about not being able to build with a “mvn compile”. > The reason is that we have one module that

Re: Handling emails in pom.xml

2019-01-19 Thread Maxim Solodovnik
o-reports-plugin/ > > On Sat, 19 Jan 2019 05:27:05 +0100, Maxim Solodovnik > wrote: > > > Hello Robert, > > > > Thanks for quick answer > > It seems I wasn't clear enough (I'm not native English speaker) > > > > To it seems to be the issue with mave

Re: Handling emails in pom.xml

2019-01-18 Thread Maxim Solodovnik
o: is only an URI scheme for email addresses, but here we > already > know we're working with an email. > > Not sure what must done to help you manually fix your team-page. > > thanks, > Robrt > > On Fri, 18 Jan 2019 18:15:32 +0100, Maxim Solodovnik > wrote: > > >

Re: Handling emails in pom.xml

2019-01-18 Thread Maxim Solodovnik
Maybe version 3.0 of maven-project-info-reports-plugin shouldn't be used for project site generation? I have to manually fix "team" page after each release, please help me On Mon, 17 Dec 2018 at 22:46, Maxim Solodovnik wrote: > Maybe I should write to some other mailing list? &

Re: How to interpolate a value in a Maven plugin

2018-12-27 Thread Maxim Solodovnik
I was able to perform some properties manipulation with inline groovy script similar to this answer: https://stackoverflow.com/a/35731118/3571661 On Thu, 27 Dec 2018 at 15:54, Robert Scholte wrote: > Hi, > > try to find a plugin which does similar things and have a look at its > sources. > In

Re: Handling emails in pom.xml

2018-12-17 Thread Maxim Solodovnik
Maybe I should write to some other mailing list? On Mon, 10 Dec 2018 at 16:11, Maxim Solodovnik wrote: > Thanks for the quick response > To illustrate the issue I have modified pom [1] to have both prefixed and > non prefixed emails > The result is here: [2] as you can see pre

Re: Handling emails in pom.xml

2018-12-10 Thread Maxim Solodovnik
Thanks for the quick response To illustrate the issue I have modified pom [1] to have both prefixed and non prefixed emails The result is here: [2] as you can see prefixed emails are correctly being displayed as mailto: links, but has wrong text Not prefixed has valid text, but wrong links ...

Handling emails in pom.xml

2018-12-09 Thread Maxim Solodovnik
Hello All, Recently I noticed the issue with site generation [1] mailto:mailaddrr Section is not being properly processed after switching to maven report plugin 3.0 (please see [2]) What is the proper way to get well formatted emails? [1]

Tests fails after switching to maven-surefire-plugin 3.0.0-M1

2018-11-21 Thread Maxim Solodovnik
Hello, At Apache Wicket we hit issue described here https://stackoverflow.com/a/53016532/1676516 (tests fails when OpenJDK 8u181 is used) To fix it we have tried to update maven-surefire-plugin (2.20 -> 3.0.0-M1) Tests for one module (CDI-1.1) fails for both OpenJDK and OracleJDK I tried to fix

Re: Unknown packaging: bundle while building dependency report

2018-10-20 Thread Maxim Solodovnik
Thanks for the reply, My search gave me no results except for advice "to move maven-bundle-plugin out of pluginManagement section of the pom" I'll try to investigate this On Sat, 20 Oct 2018 at 02:11, Michael Osipov wrote: > > Am 2018-10-16 um 08:17 schrieb Maxim Solodovni

Re: Unknown packaging: bundle while building dependency report

2018-10-19 Thread Maxim Solodovnik
Maybe I should provide some other details? Or ask different mailing list? On Tue, 16 Oct 2018 at 13:17, Maxim Solodovnik wrote: > > Hello All, > > I'm getting lot's of exceptions like the one below during the build. > These exceptions are not affecting build status but pol

Unknown packaging: bundle while building dependency report

2018-10-16 Thread Maxim Solodovnik
Hello All, I'm getting lot's of exceptions like the one below during the build. These exceptions are not affecting build status but polluting the logs Maybe you know how it can be fixed? maven-bundle-plugin version: 4.0.0 maven-project-info-reports-plugin version: 3.0.0 Apache Maven 3.5.4

Re: javadoc:jar and generated sources

2018-03-13 Thread Maxim Solodovnik
I can confirm this :( Spent several hours trying to release Finaly fixed all javadoc warnings WBR, Maxim (from mobile, sorry for the typos) On Wed, Mar 14, 2018, 00:57 Laird Nelson wrote: > I am finding that the sourcepath for javadoc:jar (when run as part of the >

Re: Is there a plugin that allows me to modify existing jar manifest?

2017-11-13 Thread Maxim Solodovnik
Hello Eric, we are using assembly plugin to achieve this: https://github.com/apache/openmeetings/blob/master/openmeetings-screenshare/pom.xml#L158 On Tue, Nov 14, 2017 at 8:53 AM, Eric B wrote: > Martin, > > Thanks, but the jar-plugin only allows to build a jar from the

Re: Maven Docker Images

2017-10-20 Thread Maxim Solodovnik
ated to publishing to Dockerhub > > Regards, > > Hervé > > Le vendredi 20 octobre 2017, 11:39:22 CEST Maxim Solodovnik a écrit : > > In this case dockerhub is preferable :) > > > > On Fri, Oct 20, 2017 at 11:07 AM, Bindul Bhowmik < > bindulbhow...@gmail.com> &g

Re: Maven Docker Images

2017-10-19 Thread Maxim Solodovnik
In this case dockerhub is preferable :) On Fri, Oct 20, 2017 at 11:07 AM, Bindul Bhowmik <bindulbhow...@gmail.com> wrote: > Maxim, > > On Thu, Oct 19, 2017 at 7:54 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > > Hello, > > > > he

Re: Maven Docker Images

2017-10-19 Thread Maxim Solodovnik
Hello, here is the place for Apache docker images managed by infra and Apache projects https://bintray.com/apache/ :) On Fri, Oct 20, 2017 at 12:30 AM, Hervé BOUTEMY wrote: > great idea > > ok, we need a git repo at ASF > > what else? > Is there some sort of release

Re: Producing java8 and java7 versions

2017-06-08 Thread Maxim Solodovnik
n? > > Chris > > > Am 08.06.17, 11:04 schrieb "Maxim Solodovnik" <solomax...@gmail.com>: > > Hello Chris, > > Here is one example: > https://repo1.maven.org/maven2/org/postgresql/postgresql/ > > WBR, Maxim > (from mobile, sor

Re: Producing java8 and java7 versions

2017-06-08 Thread Maxim Solodovnik
Hello Chris, Here is one example: https://repo1.maven.org/maven2/org/postgresql/postgresql/ WBR, Maxim (from mobile, sorry for the typos) On Jun 8, 2017 10:44, "Christofer Dutz" wrote: > Hi, > > Currently the Edgent project produces two tar.gz files … one for java7

Re: Issue with maven-war-plugin

2017-05-20 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MWAR-407 Thanks! On Sat, May 20, 2017 at 1:24 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Will do, > Thanks :) > > On Sat, May 20, 2017 at 1:23 PM, Anders Hammar <and...@hammar.net> wrote: > >> The best optio

Re: Issue with maven-war-plugin

2017-05-20 Thread Maxim Solodovnik
y very well follow up on the ticket on this list, but it makes things > easier if we have a ticket if it is an issue. It's also a convenient place > to upload the example project. > > /Anders > > On Sat, May 20, 2017 at 7:45 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: >

Re: Issue with maven-war-plugin

2017-05-19 Thread Maxim Solodovnik
Can someone please confirm this? Should I create quick-start application demonstrating this? On Fri, May 19, 2017 at 10:45 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > Recently I have updated maven-war-plugin version to be 3.1.0

Issue with maven-war-plugin

2017-05-18 Thread Maxim Solodovnik
Hello All, Recently I have updated maven-war-plugin version to be 3.1.0 and found out filteringDeploymentDescriptors behaviour was changed. Instead of filtering deployment descriptors only (web.xml) it is not filtering ALL files in webapp folder including binary (*.ico, *.mp3, etc) Since 3.0.0

Re: generate a POM with dependencies only?

2017-05-03 Thread Maxim Solodovnik
I would like to ask related question here Is it possible to get dependency version? I'm creating one big jar for all dependencies using assembly plugin, but org.bouncycastle:bcprov-jdk15on cannot be repacked So I need to manually track it's version :( Would be great if I can get bcprov version

Re: Generating xdoc content to be included into site

2017-02-22 Thread Maxim Solodovnik
any feedback on how > to > improve our documentation is welcome > > Regards, > > Hervé > > Le lundi 6 février 2017, 10:20:55 CET Maxim Solodovnik a écrit : > > Hello Hervé, > > > > Thanks for the quick reply, > > > > Few words about project struc

Re: Generating xdoc content to be included into site

2017-02-05 Thread Maxim Solodovnik
eritance for shared > parts, site.xml for modules are not necessary. > > Can you share the "standard" site.xml? > > Regards, > > Hervé > > Le vendredi 3 février 2017, 16:31:14 CET Maxim Solodovnik a écrit : > > Actually I have multi-module project > > I

Re: Generating xdoc content to be included into site

2017-02-03 Thread Maxim Solodovnik
f adding this feature would be hard or not > > Regards, > > Hervé > > Le jeudi 2 février 2017, 01:02:33 CET Maxim Solodovnik a écrit : > > One additional question, > > > > I'm generating site.xml during pre-site phase and storing it into > > target/generated-site/

Re: Generating xdoc content to be included into site

2017-02-02 Thread Maxim Solodovnik
I have tried to to set siteDirectory to be target/generated-site But it doesn't work very well on my multi-module project On Thu, Feb 2, 2017 at 1:02 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > One additional question, > > I'm generating site.xml during pre-site ph

Re: Generating xdoc content to be included into site

2017-02-01 Thread Maxim Solodovnik
One additional question, I'm generating site.xml during pre-site phase and storing it into target/generated-site/site.xml But it seems to be not used Is it by design? Or maybe I'm doing something wrong? On Wed, Feb 1, 2017 at 8:16 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Tha

Re: Generating xdoc content to be included into site

2017-02-01 Thread Maxim Solodovnik
-site-plugin/site-mojo.html#generatedSiteDirectory > > HTH, > -Lukas > > > > Am 01.02.2017 um 11:49 schrieb Maxim Solodovnik: >> >> Hello Karl, >> >> Thanks a lot for the quick response >> pre-site phase is being called if I'm using "mvn site" &g

Re: Generating xdoc content to be included into site

2017-02-01 Thread Maxim Solodovnik
Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 01/02/17 06:52, Maxim Solodovnik wrote: >> >> Hello All, >> >> I wonder is it possible to generate content for maven site plugin? >> We are using xdoc for our site. I would like to generate

Generating xdoc content to be included into site

2017-01-31 Thread Maxim Solodovnik
Hello All, I wonder is it possible to generate content for maven site plugin? We are using xdoc for our site. I would like to generate source using xml-maven-plugin. Right now I do it in generate-sources phase and polluting src/site/xdoc/ folder I tried to change the process as follows: 1)

Re: [ANN] Apache Maven WAR Plugin Version 3.0.0 Released

2016-10-07 Thread Maxim Solodovnik
the example > project to it? > > Kind regards > Karl Heinz Marbaise > > > On 29/08/16 15:28, Maxim Solodovnik wrote: >> >> After switching to this version I got weird error on multi-module project: >> >> full build is OK >> in case I'm building

Re: [ANN] Apache Maven WAR Plugin Version 3.0.0 Released

2016-08-29 Thread Maxim Solodovnik
After switching to this version I got weird error on multi-module project: full build is OK in case I'm building only some sub-projects using "-pl" option I got build command is "mvn install -P quick,allModules,mysql -pl openmeetings-web" (I'm not using install:install) Failed to execute goal

Re: Questions regarding License Maven Plugin

2016-05-27 Thread Maxim Solodovnik
Thanks for clarifications, wrote the post to the correspondent google-group On Fri, May 27, 2016 at 7:27 PM, Mark H. Wood wrote: > On Thu, May 26, 2016 at 10:34:28AM +0100, Stian Soiland-Reyes wrote: > > license-maven-plugin is not maintained by Apache, and have its own >

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Maxim Solodovnik
Hm, According to [1], this is the only user list available So I hope to get some answers to my questions here [1] http://www.mojohaus.org/license-maven-plugin/mail-lists.html On Thu, May 26, 2016 at 3:53 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > sorry for posting to the w

Re: Questions regarding License Maven Plugin

2016-05-26 Thread Maxim Solodovnik
mailing > list which should be able to help you further: > > http://www.mojohaus.org/license-maven-plugin/mail-lists.html > > Some documentation for each goal: > > http://www.mojohaus.org/license-maven-plugin/plugin-info.html > On 26 May 2016 5:19 a.m., "Maxim Solodovni

Questions regarding License Maven Plugin

2016-05-25 Thread Maxim Solodovnik
Hello All, I'm trying to integrate license-maven-plugin and have couple of questions: 1) it seems like "aggregate-add-third-party" goal with "useMissingFile" option is not generating "src/license/THIRD-PARTY.properties" files, is this by design? 2) it seems "groupByLicense" option is not

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-23 Thread Maxim Solodovnik
b.com/tesla/m2eclipse-mavenarchiver/issues/8 > > Kind regards > Karl Heinz Marbaise > > On 5/23/16 5:54 AM, Maxim Solodovnik wrote: > >> Hello Karl, >> >> do I need to create JIRA issue? or maybe you can point me to the correct >> tracker I can file issue

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-22 Thread Maxim Solodovnik
Hello Karl, do I need to create JIRA issue? or maybe you can point me to the correct tracker I can file issue against m2e? On Sat, May 21, 2016 at 1:11 AM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > > On 5/20/16 7:20 AM, Maxim Solodovnik wrote: > >

Re: maven-jar-plugin-3.0.0 compatiblity/regression?

2016-05-19 Thread Maxim Solodovnik
I got following errors in eclipse: org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration) pom.xml /openmeetings-core line 1 Maven Configuration Problem command line build works as expected On Fri, May 20,

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-27 Thread Maxim Solodovnik
improvement in performance: it's great to see! > > Regards, > > Hervé > > Le jeudi 7 avril 2016 12:49:37 Maxim Solodovnik a écrit : > > Great thing I can notice: build time was reduced from *5:30 min* to > *03:40* > > min !! > > great :) > > > > On Thu

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-07 Thread Maxim Solodovnik
Great thing I can notice: build time was reduced from *5:30 min* to *03:40* min !! great :) On Thu, Apr 7, 2016 at 12:48 PM, Hervé BOUTEMY <herve.bout...@free.fr> wrote: > great, thanks for the feedback > > Regards, > > Hervé > > Le jeudi 7 avril 2016 12:45:

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-04-07 Thread Maxim Solodovnik
would be great to have some tests from end users before I do the maven- > site-plugin 3.5.1 release > > Regards, > > Hervé > > > [1] > http://maven.apache.org/doxia/doxia-sitetools/doxia-integration-tools/index.html > > Le jeudi 3 mars 2016 22:11:59 Maxim Solo

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-03-03 Thread Maxim Solodovnik
Hervé > > ----- Mail original - > De: "Maxim Solodovnik" <solomax...@gmail.com> > À: "Maven Users List" <users@maven.apache.org> > Envoyé: Jeudi 3 Mars 2016 09:54:10 > Objet: Re: maven-site-plugin 3.5 ClassNotFoundException > > Is it t

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-03-03 Thread Maxim Solodovnik
Is it time to release apache parent 18? :) WBR, Maxim (from mobile, sorry for the typos) On Feb 27, 2016 14:04, "Maxim Solodovnik" <solomax...@gmail.com> wrote: > Thanks a lot! > I'll wait for the announce and then will test :) > > On Thu, Feb 25, 2016 at 12:47 P

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-02-27 Thread Maxim Solodovnik
/pom.xml?view=markup#l234 > > [2] http://maven.apache.org/plugins/maven-site-plugin/migrate.html > > Le mercredi 24 février 2016 13:47:25 Maxim Solodovnik a écrit : > > Hello Hervé, > > > > Thanks for the quick answer > > I'll wait for apache parent #18, don't

Re: maven-site-plugin 3.5 ClassNotFoundException

2016-02-23 Thread Maxim Solodovnik
no Doxia core version forcing). > > Now, you should simply add a dependency to maven-site-plugin 3.5 to > doxia-core > version 1.7 and everything will work as expected. > > Regards, > > Hervé > > Le mercredi 24 février 2016 11:21:00 Maxim Solodovnik a écrit :

maven-site-plugin 3.5 ClassNotFoundException

2016-02-23 Thread Maxim Solodovnik
Hello All, I'm trying to switch to maven-site-plugin 3.5 unfortunately I'm getting ClassNotFoundException, solomax@solomax-pc:$ *mvn -version* Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:41:47+06:00) Maven home: /opt/maven Java version: 1.8.0_66, vendor: Oracle

Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-25 Thread Maxim Solodovnik
+1 WBR, Maxim (from mobile, sorry for the typos) On Dec 26, 2015 02:54, "Mirko Friedenhagen" wrote: > +1 > > Regards > Mirko > -- > Sent from my mobile > Am 24.12.2015 23:34 schrieb "Michael Osipov" <1983-01...@gmx.net>: > > > Hi, > > > > as previously suggested, it

Re: Java 7 and 8 features

2015-10-27 Thread Maxim Solodovnik
We are just moved to java7 and start using new features I personally don't like the idea of moving all code to new java, I move the areas I currently work on On Tue, Oct 27, 2015 at 10:57 PM, Gary Gregory wrote: > Hi, > > What I see, is that most projects are struggling

Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-02 Thread Maxim Solodovnik
yfv ,jhtw yt ye;ty On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise khmarba...@apache.org wrote: The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.9.4 Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other tools (e.g.

Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-02 Thread Maxim Solodovnik
sorry for crappy message :( On Thu, Apr 2, 2015 at 12:55 PM, Maxim Solodovnik solomax...@gmail.com wrote: yfv ,jhtw yt ye;ty On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise khmarba...@apache.org wrote: The Apache Maven team is pleased to announce the release of the Apache Maven SCM

Re: about source and target in maven-compiler-plugin

2015-03-30 Thread Maxim Solodovnik
at 1:38 PM, Lin Ma lin...@gmail.com wrote: Hi Maxim, Why compiler will not fail? Supposing StringBuilder is a class in JDK 1.6, but we force compiler to use 1.5 which has no such class? Please feel free to correct me if I am wrong. regards, Lin On Mon, Mar 30, 2015 at 12:33 AM, Maxim

Re: about source and target in maven-compiler-plugin

2015-03-30 Thread Maxim Solodovnik
If I'm not mistaken compiler will not fail in this case BUT the application will fail in runtime (in case Java 1.5 is used) due to StringBuilder class is missing in JDK On Mon, Mar 30, 2015 at 1:20 PM, Lin Ma lin...@gmail.com wrote: Thanks Sebastian, 1. I am using JDK 1.7/1.8 for both

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Maxim Solodovnik
+1 WBR, Maxim (from mobile, sorry for the typos) On Nov 25, 2014 5:31 PM, domi d...@fortysix.ch wrote: +1 On 25.11.2014, at 11:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: - To unsubscribe, e-mail:

Re: Important Notice for all users of the parallel build feature

2014-10-18 Thread Maxim Solodovnik
Is it possible to include this jar to maven distribution? Because it is not always possible to change it on build servers . On 19 October 2014 01:22, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Thanks to an excellent testcase provided by a JIRA user, a significant source of

Re: Don't want to repeat plugin version for both build and reporting

2014-10-03 Thread Maxim Solodovnik
just learn something new Thanks! On 4 October 2014 00:46, Paul Benedict pbened...@apache.org wrote: pluginManagement only affects plugins -- it does not affect reporting: https://jira.codehaus.org/browse/MNG-3385 Cheers, Paul On Thu, Oct 2, 2014 at 9:06 PM, Maxim Solodovnik solomax

Re: Don't want to repeat plugin version for both build and reporting

2014-10-02 Thread Maxim Solodovnik
we using pluginManagement for this On 3 October 2014 07:24, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: I’ve always used properties, but would it work to use buildDependencies? -K On Oct 2, 2014, at 7:02 PM, Paul Benedict pbened...@apache.org wrote: I use the maven-javadoc-plugin

  1   2   >