Maven breaks after last night.

2008-02-28 Thread Petar Tahchiev
Hi guys, my build was working absolutely perfect yesterday. However, today I tried to execute mvn install and the build goes down the submodules, builds them and again starts to build them one by one, and so on infinitely. My project consists of three submodules, each one supposed just

Re: Maven breaks after last night.

2008-02-28 Thread Petar Tahchiev
. I bet it's a really stupid mistake, but I cannot think of anything to cause this behaviour. Thanks. http://www.nabble.com/file/p15743506/outp2 outp2 Niall Pemberton-2 wrote: On Thu, Feb 28, 2008 at 5:33 PM, Petar Tahchiev [EMAIL PROTECTED] wrote: Hi guys, my build was working

Re: Maven breaks after last night.

2008-02-28 Thread Petar Tahchiev
That is because the build gets forked before the required artifact gets installed. And the forked process requires the artifact. Niall Pemberton-2 wrote: On Thu, Feb 28, 2008 at 7:05 PM, Petar Tahchiev [EMAIL PROTECTED] wrote: I checked the version of all the maven plugins that are used

Re: Maven breaks after last night.

2008-02-28 Thread Petar Tahchiev
is that possible, since assembly plugin hadn't had a release lately, and I use the same version of the plugin I as before ... Petar Tahchiev wrote: That is because the build gets forked before the required artifact gets installed. And the forked process requires the artifact. Niall Pemberton

RE: Maven breaks after last night.

2008-02-28 Thread Petar Tahchiev
. Brian E Fox wrote: What goal is bound to the phase? If it's assemble then there's the problem. You need to use single or attach instead -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 4:40 PM To: dev@maven.apache.org

RE: Maven breaks after last night.

2008-02-29 Thread Petar Tahchiev
Hi guys, sorry to bother you again, but I resolved it: in one of the parent poms the assemble phase wasn't attached with the single goal. I changed it and now the build doesn't get forked. Once again to all that helped. Petar Tahchiev wrote: Well, everything seems fine, the single goal

List of Maven Repositories

2008-03-03 Thread Petar Tahchiev
Hi guys, where can I find a list of all the official Maven Remote Repositories. I know there is one on java.net and also on the Ibiblio.org, and, of course, the repo1.maven.org. I am thinking of making another mirror in Bugaria, but I am not sure if there is already one. Thank you. -- View

MASSEMBLY-345

2008-08-23 Thread Petar Tahchiev
Hi guys, this is Petar Tahchiev from the Jakarta Cactus team. Our release depends on fixing the 345 issue of the Assembly plugin and releasing a new version of this plugin. I have created several patches and integration tests for this issue. Here is a link: http://jira.codehaus.org/browse

Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Petar Tahchiev
+1 (not binding) John Casey-5 wrote: Hi everyone, After fixing 70 issues and spending about 2 months going through release candidate after release candidate, we finally have a stable codebase! To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes are here:

Re: [VOTE] maven-assembly-plugin 2.2-beta-3, maven-archiver 2.4, maven-common-artifact-filters 1.1

2008-12-18 Thread Petar Tahchiev
I tried it and I like it. +1 (not binding) Cheers, Petar. John Casey-5 wrote: Hi everyone, It's been quite awhile since we released a new version of the Assembly Plugin, and there have been some important fixes. Along with the plugin itself, its dependencies contain some

Re: svn commit: r734941 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2009-01-16 Thread Petar Tahchiev
Log: Removed the contributors section. Petar Tahchiev used to be contributor, but was voted a developer. You might also want to add yourself to the Maven parent POM: http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml Benjamin

Re: 2.1.x enhancements/fixes and trunk

2009-01-30 Thread Petar Tahchiev
Hi guys, maybe it's not a good descision to interfere in this thread, but the Cactus project is failing on the Apache Hudson CI server (http://hudson.zones.apache.org/), when being built with Maven 2.1-SNAPSHOT. The error message is: ERROR: No classworlds*.jar found in

Re: NPE in MapperUtil

2009-02-03 Thread Petar Tahchiev
Hi Jerome, looks obvious to me. Can you open an issue in the JIRA with the patch attached? 2009/2/2 jerome creignou jerome.creig...@gmail.com: Hi, I'm trying to use file mappers inside a maven plugin with the file-management shared project. I've added a fileset definition in the

Re: Jira account

2009-02-06 Thread Petar Tahchiev
Hi Jason, I just forwarded your email to the codehaus support. They should take care for this. Cheers. 2009/2/5 Jason Chaffee jason.chaf...@zilliontv.tv: I am not sure if anyone can help me, but I wasn't able to find an admin email on jira. I changed companies and thus my email changed.

Maven Meetup In Amsterdam?

2009-02-18 Thread Petar Tahchiev
Hi guys, I got an email from Arje Cahn with a proposal to make a Maven GetTogether/Meetup during the ApacheCON in Amsterdam. I am very interested in such an event but I do feel that it will only make sense if more of the Maven developers are present at the conference. I know for sure me, Carlos

Re: [vote] promote pdf plugin

2009-03-09 Thread Petar Tahchiev
+1 2009/3/9 Wendy Smoak wsm...@gmail.com On Mon, Mar 9, 2009 at 3:31 AM, Lukas Theussl ltheu...@apache.org wrote: With Doxia 1.1 released, I'd like to promote the pdf plugin out of the sandbox so we can release it. Snapshot is deployed: +1 to promote it from the sandbox. -- Wendy

Re: [PLEASE TEST] Maven 2.1.0-RC1

2009-03-10 Thread Petar Tahchiev
Hi John, here are my results: - Cactus buils fine. - Cargo builds fine. - Felix builds fine. Cheers, Petar. 2009/3/10 Paul p...@nosphere.org Everything is working nicely with this rc at my shop (lots of projects, lots of plugins several being custom ones etc...). I do get warnings

Re: [vote] Maven 2.1.0

2009-03-19 Thread Petar Tahchiev
Hi all, Cactus, Cargo builds fine. +1 from me. Cheers, Petar. 2009/3/19 Anders Kristian Andersen anders.kristian.ander...@gmail.com +1 I have build my current applications with it with success. /Anders On 19/03/2009, at 01.12, John Casey wrote: Hi everyone, It looks like Maven

Re: [VOTE 4] maven-assembly-plugin 2.2-beta-4

2009-06-05 Thread Petar Tahchiev
+1, tested it - works great :-) 2009/6/5 Brett Porter br...@apache.org: +1 built the source, checked the signature, and used the resultant plugin to build and compare some assemblies which are compat with 2.1. - Brett On 02/06/2009, at 2:20 AM, John Casey wrote: Resending this with the

Re: [ANN] Maven PDF Plugin 1.0 Released

2009-06-30 Thread Petar Tahchiev
Gefeliciteerd! I was waiting for this :-). 2009/6/29 Lukas Theussl ltheu...@apache.org: The Maven team is pleased to announce the release of the Maven PDF Plugin, version 1.0. This plug-in allows you to generate a PDF version of your project's documentation.

Re: a cleaned up central repository? (was: Maven Central Repository - Cleanup Efforts)

2009-09-25 Thread Petar Tahchiev
Hi all, I also like the idea about deprecating artifacts, or whole directory structure. A step forward would be to create a maven-dev-approved repositories or artifacts. Imagine you are using an outside repository that is really messed up (or worse - anyone can put anything any time). What maven

Re: [VOTE] Commit access for Kristian Rosenvold

2010-01-06 Thread Petar Tahchiev
+1 2010/1/6 Emmanuel Venisse emmanuel.veni...@gmail.com +1 Emmanuel On Mon, Jan 4, 2010 at 8:47 AM, Jason van Zyl ja...@sonatype.com wrote: Hi, I have reviewed the patches for the parallel build support and I think they are great. I think we should just give Kristian access to

Developing Maven Archetype

2014-03-09 Thread Petar Tahchiev
Hey guys, here's an interesting question: how do you develop your maven archetypes? I have a web-project that consists of lots of controllers and jsps, and I have been developing this for a long time, and I want to keep developing it. I also want to provide this project to my clients as an

Re: Developing Maven Archetype

2014-03-09 Thread Petar Tahchiev
, Petar Tahchiev paranoia...@gmail.com wrote: Hey guys, here's an interesting question: how do you develop your maven archetypes? I have a web-project that consists of lots of controllers and jsps, and I have been developing this for a long time, and I want to keep developing

Re: Developing Maven Archetype

2014-03-10 Thread Petar Tahchiev
-09 23:51 GMT+02:00 Chris Graham chrisgw...@gmail.com: Generate the archetype from your working source. Sent from my iPhone On 10/03/2014, at 8:06 AM, Petar Tahchiev paranoia...@gmail.com wrote: Hello, thanks for your responses. Yes, unforutnately, I do need parameterized Java code

ParseException when compiling a MOJO

2014-05-03 Thread Petar Tahchiev
Hi guys, I'm working on a maven plugin here, and I have a spring configuration that looks like this: - @Configuration @ComponentScan(basePackages = { com.test}) public class MyMavenPluginConfig extends WebSecurityConfigurerAdapter { } - This all

Re: ParseException when compiling a MOJO

2014-05-03 Thread Petar Tahchiev
[1] http://plexus.codehaus.org/plexus-maven-plugin/ [2] http://plexus.codehaus.org/plexus-containers/plexus- component-metadata/ Op Sat, 03 May 2014 18:36:00 +0200 schreef Petar Tahchiev paranoia...@gmail.com: Hi guys, I'm working on a maven plugin here, and I have a spring configuration

Add class folder to maven compiler plugin

2014-05-29 Thread Petar Tahchiev
Hi guys, here's an interesting question I can't find the answer to: how do you add a folder of classes to your classpath of the maven-compiler-plugin? I read on the internet most people say one should package it and add it in the repository, but in my case that's a huuge overhead. Any other

Re: New logo?

2014-11-19 Thread Petar Tahchiev
Awesome work :) However, I have always pictured Maven as an anteater :)) 2014-11-19 19:49 GMT+02:00 Andreas Gudian andreas.gud...@gmail.com: I like it. Cute but resolute birdy, and the font looks fresh and modern. But wait - did someone shoot a hole right through the owl? You can even see

Maven Site Plugin RSS

2014-12-03 Thread Petar Tahchiev
Hi there, I was wondering if it's possible for the maven site plugin to generate RSS or Atom feed during site generation. If not do you think it would be interesting for the team? It shouldn't be so hard to iterate over the files that are in src/site and decorate them with the url from the POM.

Re: Maven Site Plugin RSS

2014-12-05 Thread Petar Tahchiev
, but I believe it can be easily refactored to the desired quality. Cheers, Petar. 2014-12-03 18:12 GMT+02:00 Petar Tahchiev paranoia...@gmail.com: Hi there, I was wondering if it's possible for the maven site plugin to generate RSS or Atom feed during site generation. If not do you think

Re: [VOTE] Run-off for mascot's name

2014-12-10 Thread Petar Tahchiev
BHK 2014-12-10 10:56 GMT+02:00 Emilio Lopez emiliol...@gmail.com: H E K Emiliollbb -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-15 Thread Petar Tahchiev
B 2014-12-16 0:26 GMT+02:00 Stephen Connolly stephen.alan.conno...@gmail.com : You raise a fair point, and for that reason I am changing my vote to B On 15 December 2014 at 13:15, Gary Gregory garydgreg...@gmail.com wrote: As cute as Shutgun might seem, for some unspecified definition

Classloader issues

2015-02-11 Thread Petar Tahchiev
Hi there, I have the following maven project setup: master | module1 | class ClassA (has annotation @Annotation) | module2 | class ClassB (also has annotation @Annotation) and I'm building it with maven, and I use an AbstractProcessor during compilation

Re: Jekyll experiment

2015-03-19 Thread Petar Tahchiev
Hello all, A few months ago I was inspired by spring framework and Oliver Gierke to rewrite my whole documentation using Asciidoctor. Turned out the asciidoctor-maven plugin has some limitations so I spent some time with Herve Boutemy last weekend to discuss a few pull requests I created for the

Maven archetype version

2015-04-26 Thread Petar Tahchiev
Hi guys, I can see in central version 2.3 of the maven-archetype plugin is out: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/ but at the same time in master pom.xml in github the version is 2.3-SNAPSHOT

Re: Maven archetype version

2015-04-27 Thread Petar Tahchiev
Yep all done now, https://github.com/apache/maven-archetype/blob/master/pom.xml shows 2.4-SNAPSHOT. 2015-04-27 16:27 GMT+03:00 Benson Margulies bimargul...@gmail.com: I created https://issues.apache.org/jira/browse/INFRA-9529 to poke at this. On Sun, Apr 26, 2015 at 4:26 PM, Stuart

Re: Maven Web Site

2015-04-05 Thread Petar Tahchiev
Hmm.. not that my opinion matters, but I'm more inclined towards: -0. Yes that's right minus zero. And I'll tell you why. It's a good theme, the look is slightly better than the existing one (hence +1), but I feel that if we go for it we will never get the time to create a better site-plugin

Archetype dependencies

2015-06-04 Thread Petar Tahchiev
Hey guys, here's what I want to build: I'd like to be able to pass some dependency information on the command line during creating a concrete project from an archetype. For example given the following archetype pom.xml: - dependencies dependency groupIdsomething/groupId

OSGEO sync

2015-08-17 Thread Petar Tahchiev
Hi guys, I use some artifacts from OSGEO (http://www.osgeo.org/) in my build, and they have their own maven repository http://download.osgeo.org/webdav/geotools/ which is super slow and my build fails because the connection times out. So I asked them why they don't publish to the maven central

Re: svn commit: r1695142 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-08-11 Thread Petar Tahchiev
Hi Herve, I did this because seems like a parser can be of type XML even if it's not parsing only XML - for example the MarkdownParser (which is in doxia and extends from the XmlParser) getType() returns 2 (XML parser type). I guess there are two ways to go here - 1) first would be to allow the

Jira Permissions

2015-08-07 Thread Petar Tahchiev
Hello all, is it just the infrastructure team that can grant JIRA permissions? I raised a ticket here 2 days ago https://issues.apache.org/jira/browse/INFRA-10082 but there doesn't seem to be much activity on it. If someone else from the team could grant me rights to resolve issues, I'd much

Releasing Maven-Archetype 2.4

2015-08-09 Thread Petar Tahchiev
Hello, I'm trying to release archetype 2.4 and I have some questions. I'm following this guide here: http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release and I everything up to step 4 stage the release for a vote. I just checked the git and I can see 2 commits that bumped

Re: maven-archetype git commits not sent to commits@m.a.o?

2015-08-09 Thread Petar Tahchiev
Hi Herve, I was preparing a release for maven archetype and was just about to do mvn release:perform. Do you want me to stop it? Also if you found some issues should I revert my git changes in the git (the version is now bumped to 2.5-SNAPSHOT)? 2015-08-09 18:41 GMT+03:00 Benson Margulies

[VOTE] Release Apache Maven Archetype version 2.4

2015-08-09 Thread Petar Tahchiev
Hi, We solved 9 issues: https://issues.apache.org/jira/browse/ARCHETYPE-483?jql=project%20%3D%20ARCHETYPE%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC There are still a couple of issues left in JIRA:

Re: maven-archetype git commits not sent to commits@m.a.o?

2015-08-09 Thread Petar Tahchiev
Hello, I did everything up to the point where I have to close my staging repository on nexus, but I can't :( It fails to close it with the following error: Event: Failed: Signature Validation Sunday, August 09, 2015 19:52:54 EEST (GMT+0300) typeIdsignature-stagingfailureMessageNo public key: Key

Re: [VOTE] Release Apache Maven Archetype version 2.4

2015-08-09 Thread Petar Tahchiev
to the release.zip file...makes it easier to download instead of using the browser to find the zip file location so i can use curl instead On 8/9/15 8:18 PM, Petar Tahchiev wrote: Hi, We solved 9 issues: https://issues.apache.org/jira/browse/ARCHETYPE-483?jql=project%20%3D%20ARCHETYPE%20AND

[VOTE] Release Apache Maven Archetype version 2.4

2015-08-09 Thread Petar Tahchiev
Hi, We solved 9 issues: https://issues.apache.org/jira/browse/ARCHETYPE-483?jql=project%20%3D%20ARCHETYPE%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC There are still a couple of issues left in JIRA:

[VOTE] Release Apache Maven Archetype version 2.4

2015-08-09 Thread Petar Tahchiev
Hi, it should be fine now :) We solved 9 issues: https://issues.apache.org/jira/browse/ARCHETYPE-483?jql=project%20%3D%20ARCHETYPE%20AND%20fixVersion%20%3D%202.4%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Archetype version 2.4

2015-08-09 Thread Petar Tahchiev
Sorry guys, gmail is absolutely stupid - I said new email but had this one opened to copy the url-s, and now it added it as a response :( .. I'll send one not as a response to this thread. 2015-08-09 23:46 GMT+03:00 Petar Tahchiev paranoia...@gmail.com: Hi, We solved 9 issues: https

[CANCELLED] [VOTE] Release Apache Maven Archetype version 2.4

2015-08-10 Thread Petar Tahchiev
Ok, according to the -1 votes I'm cancelling the first vote. I'll start another one later on. -- Forwarded message -- From: Petar Tahchiev paranoia...@gmail.com Date: 2015-08-09 22:21 GMT+03:00 Subject: Re: [VOTE] Release Apache Maven Archetype version 2.4 To: Maven Developers

[VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-10 Thread Petar Tahchiev
OK, here's the take two. Please pay extra attention as I haven't made a release for a long time now. We solved 10 issues:

Re: [RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
announcement email (version 2.3). http://mail-archives.apache.org/mod_mbox/maven-dev/201503.mbox/%3CCALhtWke9JodkXyMRGij%3DnYhqx0yJWuQd5WVhxBP2f-L3cPcgkA%40mail.gmail.com%3E 2015-08-15 20:50 GMT+03:00 Karl Heinz Marbaise khmarba...@gmx.de: Hi Petar, On 8/15/15 6:58 PM, Petar Tahchiev wrote: One

[RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
Hi, the vote has passed with the following result: +1 binding Karl Heinz Marbaise, Herve Boutemy, Olivier Lamy +1 non-binding Petar Tahchiev I will promote the artifacts to the central repo. -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: http://pgp.mit.edu:11371/pks/lookup?op

Re: [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
OK, I also vote +1 and thus the vote has passed with 3PMC votes from: Karl Heinz Marbaise Herve Boutemy Olivier Lamy and also my binding vote: Petar Tahchiev 2015-08-13 2:17 GMT+03:00 Olivier Lamy ol...@apache.org: +1 do not miss to put your key here: http://svn.apache.org/repos/asf

[ANN] Apache Maven Archetype 2.4 Released

2015-08-15 Thread Petar Tahchiev
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype, version 2.4 Archetype is a tool for setting up new Maven projects. Release Notes are here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122version=12330295 Enjoy, -The Apache Maven

Re: [RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
One more thing, I'm lacking some privileges in the JIRA so I cannot mark 2.4 as released and create 2.5 - if someone could do that for me. I'm writing the official announcement now, as I see the 2.4 release is already in the central. Cheers, Petar. 2015-08-15 19:57 GMT+03:00 Petar Tahchiev

Re: [RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
:44 PM, Petar Tahchiev wrote: Guys, I just did the svnpubsub commands for the website and the image now on the top looks broken to me. https://maven.apache.org/archetype/index.html Do you think they look ok - I really hope I didn't screw it :( Kind regardsKarl Heinz Marbaise

Re: [RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
Actually I will need some help from a PMC member, because according to this one: https://issues.apache.org/jira/browse/INFRA-5945 I don't have permissions to copy the zip in the Apache Distribution Area. 2015-08-15 18:00 GMT+03:00 Petar Tahchiev paranoia...@gmail.com: Hi, the vote has

Re: [RESULT] [VOTE] Release Apache Maven Archetype version 2.4 - TAKE 2

2015-08-15 Thread Petar Tahchiev
, I have copied the release artifacts to the distribution area. furthermore i have updated the board report. On 8/15/15 5:14 PM, Petar Tahchiev wrote: Actually I will need some help from a PMC member, because according to this one: https://issues.apache.org/jira/browse/INFRA-5945 I don't

Re: svn commit: r1695142 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-08-12 Thread Petar Tahchiev
- Mail original - De: Petar Tahchiev paranoia...@gmail.com À: Maven Developers List dev@maven.apache.org Envoyé: Mardi 11 Août 2015 11:36:28 Objet: Re: svn commit: r1695142 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer

ARCHETYPE-494

2015-12-17 Thread Petar Tahchiev
Hello all, I've been having this idea to modify the resulting project after generating from a given archetype. In my particular case I'd like to be able to delete certain files, modify the pom.xml to add/remove dependencies, etc. After speaking with Herve Boutemy he suggested it would be a nice

Re: ARCHETYPE-494

2015-12-18 Thread Petar Tahchiev
point of view. > > > It's a good idea: let's continue! > > Regards, > > Hervé > > > [1] http://maven.apache.org/archetype/maven-archetype-plugin/ > > Le jeudi 17 décembre 2015 23:40:28 Petar Tahchiev a écrit : > > Hello all, > > > > I've been ha

Modello Pull Request

2015-12-18 Thread Petar Tahchiev
Hi guys, I've been playing with the MavenXpp3Reader/MavenXpp3Writer lately. I managed to generate a pom.xml but my maven-rat-plugin failed because my generated pom.xml did not have the appropriate license header. Then I decided to add a new field in the MavenXpp3Writer called "fileComment". I

Re: ARCHETYPE-494

2015-12-19 Thread Petar Tahchiev
Hi Herve, I pushed the changes in the branch. It should be fine now. Thanks again for the feedback. 2015-12-18 23:59 GMT+02:00 Hervé BOUTEMY <herve.bout...@free.fr>: > yes, this sounds reasonable :) > > Regards, > > Hervé > > Le vendredi 18 décembre 2015 21:2

Re: colorized Maven output

2016-06-09 Thread Petar Tahchiev
not work yet > > > > Th eissue I'm facing is: we need to call AnsiConsole.systemInstall() for > > Windows > > But if this call is added in MavenCli.doMain(), core ITs fail since > there is > > confusion on System.out replacements... > > > > I still didn't find any

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 and I didn't see any color. Here's what I did: 1) git clone g...@github.com:apache/maven-shared.git 2) cd maven-share/ && mvn clean install 3) git clone g...@github.com:apache/maven-integration-testing.git 4) cd

Re: colorized Maven output

2016-06-06 Thread Petar Tahchiev
3507 > > On Mon, Jun 6, 2016 at 3:14 PM Petar Tahchiev <paranoia...@gmail.com> > wrote: > > > I might be doing smth wrong but I tested on windows 10 with Maven 3.3.9 > and > > I didn't see any color. Here's what I did: > > > > 1) git clone g...@git

MNG-5916: Allow filtering out certain loggers from within a plugin

2016-06-10 Thread Petar Tahchiev
Hello, I recently got into a problem with my custom plugin. I want to filter out some loggers, only for my plugin execution and I realized this is not possible at the moment. I found out this issue which states exactly the same: https://issues.apache.org/jira/browse/MNG-5916 The bottleneck for

Re: [VOTE] Release Apache Maven Shared Component: Maven Shared Utils 3.0.1

2016-06-01 Thread Petar Tahchiev
+1 (non-PMC) 2016-06-01 22:11 GMT+03:00 Karl Heinz Marbaise : > Hi, > > ony more PMC Vote needed ;-). > > > Kind regards > Karl Heinz > On 5/29/16 12:23 AM, Karl Heinz Marbaise wrote: > >> Hi, >> >> We have solved 5 issues: >> >>

Re: meeting at FOSDEM

2016-01-18 Thread Petar Tahchiev
Hello, I'll try to make it too. Not sure when I will arrive. 2016-01-18 11:43 GMT+02:00 Karl Heinz Marbaise : > Hi, > > > i will arrive on Friday evening... > > Kind regards > Karl Heinz > > On 1/18/16 7:07 AM, Karl Heinz Marbaise wrote: > >> Hi Hervé, >> >> I'm there on

Plexus Component Injection

2016-06-29 Thread Petar Tahchiev
Hello guys, I'm running the tests in maven-archetype with Windows and a proxy (yeah, I know :)) and one of them fails because it cannot find an archetype with the archetype manager. So I looked at the DefaultDownloader in archetype-common which injects ArtifactResolver like this: @Requirement

Re: [VOTE] Release Apache Maven Doxia version 1.7

2016-02-07 Thread Petar Tahchiev
+1 from me too. Great work Herve. 2016-02-06 22:42 GMT+02:00 Karl Heinz Marbaise : > Hi, > > On 2/6/16 8:51 PM, Andreas Gudian wrote: > >> +1 from me, although I had to remove the DEPENDENCIES file form the >> source-zip in order to build it (the rat-config doesn't have an

Re: [VOTE] Release Apache Maven Doxia Sitetools version 1.7

2016-02-13 Thread Petar Tahchiev
Hello, +1 from me. Looks good :) 2016-02-13 12:26 GMT+02:00 Karl Heinz Marbaise : > Hi, > > checked SHA1 Ok. > > Tested to build with Maven 3.0.5, 3.1.1, 3.2.5, 3.3.9 without any issue > > so +1 from me... > > Kind regards > Karl Heinz Marbaise > > > On 2/11/16 11:35 PM,

Re: [VOTE] Release Apache Maven Doxia Sitetools version 1.7.1

2016-04-02 Thread Petar Tahchiev
+1 from me 2016-04-02 23:16 GMT+03:00 Hervé BOUTEMY : > Le samedi 2 avril 2016 21:47:17 Michael Osipov a écrit : > > Am 2016-04-02 um 21:40 schrieb Hervé BOUTEMY: > > > Hi, > > > > > > On the road to maven-site-plugin 3.5.1, we solved 10 issues: > > > >

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
Thanks Stuart, that sounds like it. 2016-04-27 12:32 GMT+02:00 Stuart McCulloch <mccu...@gmail.com>: > Sounds like https://issues.apache.org/jira/browse/ARCHETYPE-488 > > On Wednesday, 27 April 2016 at 11:17, Petar Tahchiev wrote: > > [ERROR] F

Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
Hi guys, I'm on windows 10 now (yeah I know). I have a project and I want to generate archetype out of it. I do the command that works on linux but now it gives this: -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: http://pgp.mit.edu:11371/pks/lookup?op=get=0x19658550C3110611

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
p 1] It is looking for a bat file, and in my maven 3.3.9 I have mvn.cmd file. When I copy the mvn.cmd and rename it to mvn.bat it works fine. This only happens with maven archetype. Does any one know why is it looking for a bat file? 2016-04-27 12:16 GMT+02:00 Petar Tahchiev <paranoia...@gmail.com>:

Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
Hi guys, I have a question regarding the release plugin. In my project I have a BOM in which I declare a property and a dependencyManagement section: com.mycompany my-bom 1.0-SNAPSHOT 1.0-SNAPSHOT com.mycompany platform ${platform.version} and I also have 3

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
<robert.patr...@oracle.com>: > Why bother with the custom property? Do this instead and the release > plugin is happy: > > com.mycompany > my-bom > 1.0-SNAPSHOT > > > > com.mycompany > platform > ${project.version} > > > >

Re: Maven Release Plugin And A BOM

2016-05-04 Thread Petar Tahchiev
Yeah, I guess I feel the same and that's why I wanted to consult the dev list first before raising a JIRA. 2016-05-03 23:21 GMT+02:00 Jörg Schaible <joerg.schai...@gmx.de>: > Hi Petar, > > Petar Tahchiev wrote: > > > Hi all, > > > > @Uwe - the enforcer rules

Re: Maven Release Plugin And A BOM

2016-05-03 Thread Petar Tahchiev
<joerg.schai...@gmx.de>: > Petar Tahchiev wrote: > > > Hi guys, > > > > I have a question regarding the release plugin. In my project I have a > BOM > > in which I declare a property and a dependencyManagement section: > > > > com.mycompany > &

Does doxia render velocity macros in site

2016-04-19 Thread Petar Tahchiev
Hello, I'm asking this question here, as I don't really see the answer in the documentation or anywhere else on the internet. If you have a website document: src/site/asciidoc/index.adoc.vm and you use a velocity macro in it: # myMacro() I know doxia will process the velocity and it works

Re: Does doxia render velocity macros in site

2016-04-20 Thread Petar Tahchiev
#myMacro() just once, so I was hoping to have it declared once in the site.vm in the theme, and then use it in each of those modules. 2016-04-20 8:31 GMT+02:00 Michael Osipov <micha...@apache.org>: > Am 2016-04-19 um 20:26 schrieb Petar Tahchiev: > >> Hello, >> >> I'm a

Re: Does doxia render velocity macros in site

2016-04-20 Thread Petar Tahchiev
Here's the test repo: https://github.com/ptahchiev/maven-velocity-macro 2016-04-20 8:57 GMT+02:00 Petar Tahchiev <paranoia...@gmail.com>: > Ok, > > here's what I've tried: >= NOMACRO: I create a file properties.vm, right next to my > index.adoc.vm and inside it

Re: Does doxia render velocity macros in site

2016-04-20 Thread Petar Tahchiev
rse("properties.vm") and maven does not find the file. I'll try to make a test project. 2016-04-20 8:42 GMT+02:00 Michael Osipov <micha...@apache.org>: > Am 2016-04-20 um 08:35 schrieb Petar Tahchiev: > >> Hi Michael, >> >> I had a chat with Herve last ni

Re: Re: Does doxia render velocity macros in site

2016-04-20 Thread Petar Tahchiev
TOOLS 1.7.1/MSITE 3.5.1. > > Michael > > > 2016-04-20 8:57 GMT+02:00 Petar Tahchiev <paranoia...@gmail.com>: > > > > > Ok, > > > > > > here's what I've tried: > > >= NOMACRO: I create a file propert

Re: Re: Re: Does doxia render velocity macros in site

2016-04-20 Thread Petar Tahchiev
ould really create > complete sample project. > > Michael > > > Gesendet: Mittwoch, 20. April 2016 um 14:51 Uhr > > Von: "Petar Tahchiev" <paranoia...@gmail.com> > > An: "Maven Developers List" <dev@maven.apache.org> > > Betreff: Re: Re

Re: Plexus Component Injection

2016-06-30 Thread Petar Tahchiev
ad I would try to use > the ArtifactResolver from maven-artifact-transfer, which *is* aware of > Maven configuration. > > Give it a try to rewrite it. Let me know if you need extra hints to > refactor this. > > thanks, > Robert > > [1] http://maven.apache.org/components/wag

Injecting MavenProject

2017-02-21 Thread Petar Tahchiev
Hello guys, I've recently found out something weird while working with the asciidoctor maven plugin.My project has the following structure: PARENT: - MODULEA - MODULEB - MODULEC and the asciidoctor team have created this doxia parser to be able to render asciidoc content as part of your

Re: Injecting MavenProject

2017-02-22 Thread Petar Tahchiev
ven-plugin-tools-annotations/ > > > index.html#Supported_Annotations > > > > > > Regards, > > > > > > Hervé > > > > > > Le mardi 21 février 2017, 19:47:05 CET Robert Scholte a écrit : > > > > On Tue, 21 Feb 2017 16:16:55

Re: [VOTE] Release Apache Maven 3.5.0-alpha-1

2017-02-24 Thread Petar Tahchiev
+1 I've been testing today with our projects and it all looks good. 2017-02-24 16:59 GMT+02:00 Petr Široký : > Hello, > > I've tested the 3.5.0-alpha-1 with several quite large projects (hundreds > of modules in total) and everything looks good. > > +1 non-binding

Re: Possible bug in Maven-core

2017-02-14 Thread Petar Tahchiev
iginal or a clone of it, so the suggestion to set both types of > properties seems weird. > > If you can create a JIRA issue for ARCHETYPE with a small integration test > for the plugin, it shouldn't be so hard to fix it. > > thanks, > Robert > > On Mon, 13 Feb 2017 16:35:

Possible bug in Maven-core

2017-02-13 Thread Petar Tahchiev
Hi guys, I'm writing here to ask what I have found is a bug or not. I have a project and I want to create an archetype out of it. So I use the following command: mvn archetype:create-from-project -Darchetype.properties=src/main/resources/archetype.properties It used to work fine with

Re: Prepare Maven Archetype Plugin 3.0.1

2017-04-04 Thread Petar Tahchiev
Looks good to me - I've tested with my projects and it was OK. 2017-04-01 15:21 GMT+03:00 Robert Scholte : > Hi, > > I've done some regression fixes for the Maven Archetype Plugin and want to > do a release within a week. > Would be nice if these fixes could be confirmed to

SchemaExport adds engine=MyISAM to all create table statements.

2017-04-02 Thread Petar Tahchiev
Hey guys, I've been using Hibernate's SchemaExport tool (5.1.x) for a long time it has always created an sql script with create-table statements like this: create table abstract_modifiable_entity ( id bigint not null, code varchar(255) not null, created_by

Re: SchemaExport adds engine=MyISAM to all create table statements.

2017-04-02 Thread Petar Tahchiev
Opps - wrong mailing list :( Sorry for the spam :( 2017-04-02 15:58 GMT+03:00 Petar Tahchiev <paranoia...@gmail.com>: > Hey guys, > > I've been using Hibernate's SchemaExport tool (5.1.x) for a long time it > has always created an sql script with create-tab

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Petar Tahchiev
Hi Robert, I tried testing it by adding this: staged-releases https://repository.apache.org/content/repositories/maven-1331 and this: staged-releases https://repository.apache.org/content/repositories/maven-1331 to one of my project's pom.xml and I tried to

Re: MNG-6258 and MNG-5457 for 3.5.1

2017-07-14 Thread Petar Tahchiev
+1 2017-07-14 16:11 GMT+03:00 Arnaud Héritier : > +1 > > Le ven. 14 juil. 2017 à 13:54, Robert Scholte a > écrit : > > > +1 > > > > On Wed, 12 Jul 2017 21:20:01 +0200, Michael Osipov > > wrote: > > > > > Who seconds > > > > > >

Maven release plugin

2017-06-24 Thread Petar Tahchiev
Hey guys, I'm facing a number of challenges when I release the project at my company. Here's my setup: [BOM] /\ [PLATFORM] [DEMO_STORE] I have a master BOM project which holds all the version as defined properties. This

  1   2   >