Paypal Declares Latest Release Pom in Maven Central

2020-01-16 Thread Petar Tahchiev
Hi devs, the official paypal merchantsdk-java pom.xml here: https://repo1.maven.org/maven2/com/paypal/sdk/merchantsdk/2.15.122/merchantsdk-2.15.122.pom declares the following dependency: com.paypal.sdk paypal-core LATEST It also lists this repository: sonatype-nexus-staging Nexus Release

Re: [maven-release] branch master updated: Expose dependency.dev and dependency.rel properties

2019-10-27 Thread Petar Tahchiev
about the solution, just want to be sure you don't break > anything. This should already have been covered by an integrationtest, so > I'm suprised by this change. > On 27-10-2019 19:46:25, Petar Tahchiev wrote: > Hi Robert, > > yes I noticed today it somehow was left behind. As the mess

Re: [maven-release] branch master updated: Expose dependency.dev and dependency.rel properties

2019-10-27 Thread Petar Tahchiev
Hi Robert, yes I noticed today it somehow was left behind. As the message in the commit says it is for MRELEASE-985 and we need it to be able to override certain dependency versions from command line. На нд, 27.10.2019 г. в 20:35 ч. Robert Scholte написа: > Hi Petar, > > Is this related to

Re: JSR250 in the lib

2019-10-14 Thread Petar Tahchiev
un. 14 oct. 2019 à 03:43, Tibor Digana a > > > écrit : > > > > > > > It is a similar issue to the problem with "javax.inject" API. > > > > What about relocating these two APIs to a package "org.apache.maven"? > > Any > > >

JSR250 in the lib

2019-10-13 Thread Petar Tahchiev
Hello guys, I just decided to upgrade my build from 3.5.0 to 3.6.2 last night and I stumbled across multiple problems, latest one being the following exception: Nested exception is java.lang.NoSuchMethodError: javax.annotation.Resource.lookup()Ljava/lang/String; Seems like maven 3.6.2 comes

Maven release plugin Xmx Xms environment variables

2019-10-01 Thread Petar Tahchiev
Hi all, just a quick question. I have a project that I'm releasing using the maven-release-plugin, but every time I call release:prepare the build fails with OutofMemoryError. I tried setting the MAVEN_OPTS to "-Xmx2G" but honestly I don't think it has any effect because after the build ends I

Re: MRELEASE-985(again)

2019-04-22 Thread Petar Tahchiev
Hello, if somebody would confirm my changes are OK, I'd like to perform a release of the maven-release-plugin - the last release is almost 4 years old. На нд, 21.04.2019 г. в 13:29 ч. Petar Tahchiev написа: > Hi Robert, > and thank you for your response. I have pushed a test which fail

Re: MRELEASE-985(again)

2019-04-21 Thread Petar Tahchiev
commandline. > > Also, if this is that critical for you, remember to add a test. You've > seen that the codebased has changed a lot, verifying changes with tests is > the only way to ensure the refactoring was done properly. > > > thanks, > Robert > On 21-4-2019 08:38:37, Petar Tahchiev wrote:

Re: [VOTE] Release Apache Maven Archetype Plugin version 3.1.0

2019-04-21 Thread Petar Tahchiev
I tested with our project. Seems good. +1 from me На сб, 20.04.2019 г. в 21:01 ч. Robert Scholte написа: > Hi, > > We solved 13 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122=12340346=Text > > There are still a couple of issues left in JIRA: > >

MRELEASE-985(again)

2019-04-21 Thread Petar Tahchiev
Hey guys, a while ago I raised this issue https://issues.apache.org/jira/browse/MRELEASE-985 and also I made a pull-request: https://github.com/apache/maven-release/pull/18 but it was closed, because I believe after a few years the code was very much out of sync with the master. However, I

Maven and TTY terminal

2018-11-24 Thread Petar Tahchiev
Hi guys, my setup is Ubuntu Linux and Java8. I'm trying to use JLine from Maven to get a TerminalBuild and determine the size of the command line. So JLine has this code inside TerminalBuilder; Pty pty = load(JansiSupport.class).current(); private S load(Class clazz) { return

Re: Access Rights

2018-05-25 Thread Petar Tahchiev
Thanks Robert, it works fine now. 2018-05-25 13:01 GMT+03:00 Robert Scholte <rfscho...@apache.org>: > Please read https://gitbox.apache.org/setup/ > > thanks, > Robert > > > On Fri, 25 May 2018 11:57:31 +0200, Petar Tahchiev <paranoia...@gmail.com> > wr

Access Rights

2018-05-25 Thread Petar Tahchiev
Hi guys, I just noted the maven archetype repository is now on github: https://github.com/apache/maven-archetype I was working on a fix for: https://issues.apache.org/jira/browse/ARCHETYPE-530 but I can't push my changes. Do you know who should I talk to, in order to get access rights (my

Re: Welcome Christian Stein to the Apache Maven Team

2018-05-08 Thread Petar Tahchiev
Welcome buddy :) 2018-05-08 13:57 GMT+03:00 Olivier Lamy : > On Tue, 8 May 2018 at 18:49, Christian Stein wrote: > > > On Mon, May 7, 2018 at 11:48 PM Tibor Digana > > wrote: > > > > > Welcome! > > > I hope Christian is online. > >

Re: [VOTE] Release Apache Maven Doxia version 1.8

2017-12-21 Thread Petar Tahchiev
+1 from me. 2017-12-21 10:30 GMT+02:00 Hervé BOUTEMY : > one vote still missing... > > Regards, > > Hervé > > Le dimanche 17 décembre 2017, 17:36:53 CET Hervé BOUTEMY a écrit : > > Hi, > > > > We solved 19 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?

Re: Maven release plugin

2017-11-21 Thread Petar Tahchiev
inish first, maven-release-plugin is not > one of them right now. > > thanks, > Robert > > > On Mon, 20 Nov 2017 18:38:56 +0100, Petar Tahchiev <paranoia...@gmail.com> > wrote: > > Hi Robert, >> >> any updates on the release-aggregator? Is there

Re: Maven release plugin

2017-11-20 Thread Petar Tahchiev
t > > > On Tue, 27 Jun 2017 09:50:37 +0200, Petar Tahchiev <paranoia...@gmail.com> > wrote: > > Hey guys, >> >> my pull-request worked fine to not show the prompt to specify a version. >> However, it fails to update snapshot dependency versions wh

Re: [VOTE] Release Apache Maven 3.5.1

2017-09-13 Thread Petar Tahchiev
+1 - go for it. 2017-09-13 9:04 GMT+03:00 Grzegorz Grzybek : > Hello > > +1 (non-binding) - tested Fuse/Karaf/OSGi projects > > regards > Grzegorz Grzybek > > 2017-09-13 8:00 GMT+02:00 Thomas Collignon : > > > Hello > > > > +1 for me > > > >

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

Re: Maven release plugin

2017-06-27 Thread Petar Tahchiev
ease-aggregator. > > Robert > > [1] https://issues.apache.org/jira/browse/MRELEASE-362 > > > On Sat, 24 Jun 2017 22:59:48 +0200, Petar Tahchiev <paranoia...@gmail.com> > wrote: > > Hi Paul, >> >> I think you misunderstood. The [BOM] is a separate projec

Re: Maven release plugin

2017-06-24 Thread Petar Tahchiev
pare -PdemoOnly # etc >> >> Of course, you man not need to stuff demo in your Artifactory/Nexus/etc in >> which case just do your deploy fu after an 'install' w/o the release >> plugin >> involved or that second profile. >> >> - Paul >> >> >

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

Re: Doxia Macros

2017-06-13 Thread Petar Tahchiev
Hi Plamen, thank you for your feedback. Indeed I had a look at the XHTMLParser last night and it seems that the macro calls are called inside it, during the parsing of the template. And yes, that makes it impossible for the asciidoc plugin to use these macros, because, as you said the

Doxia Macros

2017-06-13 Thread Petar Tahchiev
Hey guys, reading at this: https://maven.apache.org/doxia/macros/ == Macros are currently only supported for APT, Xdoc and FML formats. Starting with Doxia 1.7 (maven-site-plugin 3.5), macros are also supported for XHTML and Markdown. == As I'm writing my documentation on Asciidoc

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  1   2   >