Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
phasevalidate/phase goals goalcreate/goal /goals /execution /executions configuration doCheckfalse/doCheck doUpdatetrue/doUpdate /configuration /plugin So try with adding in the cli: -Dmaven.buildNumber.doUpdate=false 2013/1/25 Maxim Solodovnik solomax...@gmail.com: Hello All, I'm very

Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
Thanks, again :) unfortunately with this flag both archive and its contents does not get created :( I'll use additional step to unarchive created bundle. On Fri, Jan 25, 2013 at 10:03 PM, Olivier Lamy ol...@apache.org wrote: try -Dassembly.skipAssembly=true 2013/1/25 Maxim Solodovnik

Help with converting existing ant build to maven is required

2014-03-12 Thread Maxim Solodovnik
Hello All, I'm new to maven and not very familiar with all its plugins. I need to move project [1] from ant+ivy to maven The problems are: 1) this project is build on top of [2] maven project (we need the exact structure and all libraries from this project) *[first problem: i don't know how to

Re: Help with converting existing ant build to maven is required

2014-03-13 Thread Maxim Solodovnik
. Please ask more questions/give more precisions if you want more precise help. HTH 2014-03-12 17:51 GMT+01:00 Maxim Solodovnik solomax...@gmail.com: Hello All, I'm new to maven and not very familiar with all its plugins. I need to move project [1] from ant+ivy to maven

Re: Help with converting existing ant build to maven is required

2014-03-13 Thread Maxim Solodovnik
resources into different OS-specific installers that can be distributed easily. It supports install time execution of your procedures so that you can start RED-5 or execute the flex processes required to build and install the Flash assets. Ron On 13/03/2014 4:51 AM, Maxim Solodovnik

Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
your building steps. Cheers 2014-03-13 14:24 GMT+01:00 Maxim Solodovnik solomax...@gmail.com: Thanks Ron, I'll take a look at it, but I'm afraid distribute application in partially compiled state is not an option. Currently it works out of the box and this is the requirement. Will try

Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
Here is the link to my existing parent project http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?revision=1590111view=markup forget to add it :( On Sat, Apr 26, 2014 at 2:38 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello All, sorry for the keeping silence too long

Re: Help with converting existing ant build to maven is required

2014-04-29 Thread Maxim Solodovnik
/parent artifactIdserver/artifactId Note that I am specifying the parent project, but neither the group nor the version for the child project - just the artifactId. The others are automatically inherited. Regards, Russ On Apr 26, 2014, at 3:38 AM, Maxim Solodovnik solomax

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
tool that lets a system admin install all of your components in the right places with the required permissions, initialization, etc. that may be required. Ron On 29/04/2014 10:13 AM, Maxim Solodovnik wrote: Thanks Russ! I was hoping there is a way to avoid specifying parent version

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
Additional question: Is it possible to exclude compile time dependency (with all transitive sub-dependencies) form war libraries? (without listing libraries one by one) On Tue, Apr 29, 2014 at 9:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Ron, I'll take a look at izPack

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
, Maxim Solodovnik wrote: Additional question: Is it possible to exclude compile time dependency (with all transitive sub-dependencies) form war libraries? (without listing libraries one by one) On Tue, Apr 29, 2014 at 9:44 PM, Maxim Solodovnik solomax...@gmail.com wrote: Hello Ron

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
interesting. I would prefer an installer to get the shared libraries into tomcat/lib but that is another issue. Ron On 29/04/2014 10:24 PM, Maxim Solodovnik wrote: Here is the structure: Openmeetings Util project has compile time dependency Red5 server Almost all other projects

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
. It will have scope provided as a dependency in your jar project. Do you have specific questions about my blog articles on Maven and aggregation jars? Ron On 30/04/2014 11:44 AM, Maxim Solodovnik wrote: I'm afraid I don't understand your advice :( Sorry maybe you have example project available

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
Make the dependency optional seems to help :) On Thu, May 1, 2014 at 7:43 AM, Maxim Solodovnik solomax...@gmail.comwrote: Thanks for your time I have started with making red5 provided but the build failed since necessary classes were not found. May be is there any way to provide dependency

Forking based on skipped execution

2014-06-15 Thread Maxim Solodovnik
Hello All, I'm currently observing weird behavior I'm executing javadoc plugin (goals: javadoc, aggregate) during my build which provokes forking. That is expected Now I'm skipping execution of javadoc (using skiptrue/skip but, surprisingly, Forking still happens :( Maybe anyone knows if it is

Re: Forking based on skipped execution

2014-06-16 Thread Maxim Solodovnik
the problem across different versions of plugins): the count of forked execution caused by aggregated poms will reduce Regards, Hervé Le lundi 16 juin 2014 12:20:05 Maxim Solodovnik a écrit : Hello All, I'm currently observing weird behavior I'm executing javadoc plugin (goals: javadoc

Re: Forking based on skipped execution

2014-06-16 Thread Maxim Solodovnik
Thanks a lot! On 16 June 2014 23:53, Hervé BOUTEMY herve.bout...@free.fr wrote: Le lundi 16 juin 2014 13:19:59 Maxim Solodovnik a écrit : Thanks a lot! Maybe you know what time 3.4 will be released? I should be doing it if a few weeks: I have still a few improvements I want to do

Re: Why not a forum

2014-07-22 Thread Maxim Solodovnik
markmail.org is very useful for searching On 22 July 2014 22:54, Paul Benedict pbened...@apache.org wrote: I think because Apache is a non-profit is cost should be minimal -- including cost of time by system administrators. If you want to search and filter, you have Google and other search

Re: maven-antrun-plugin questions

2014-09-19 Thread Maxim Solodovnik
I moved OS check into ant xml file (build.xml or other) On 20 September 2014 03:12, Dennis Gesker den...@gesker.com wrote: Hello List: I could really use a couple of hints on this plugin with regard to ant tasks within execution. 1. It it allowed to have two targets within an execution?

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

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: 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: [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: 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: [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: 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: [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

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: 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

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: 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-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-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-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-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-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-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-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-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

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: 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

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-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-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-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-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: [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: 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: 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: 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: 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

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-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

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: 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-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: 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-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: 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 >

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: 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

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: 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: 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-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: 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

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]

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 ...

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: 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: 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: [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: [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] 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] 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: 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

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: 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) >

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-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) >

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: 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:

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

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-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

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-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: [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: 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: 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

  1   2   >