Re: Looking for feedback and tryout for hibenate3-maven-plugin 3.0-SNAPSHOT

2011-08-30 Thread Adam Retter
an > > PS. Special thanks Johann Reyes for all the hard work for this much > friendlier version and lots of tests. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-

Re: Looking for feedback and tryout for hibenate3-maven-plugin 3.0-SNAPSHOT

2011-08-30 Thread Adam Retter
ue, Aug 30, 2011 at 2:57 PM, Adam Retter > wrote: >> The problem I had with the past version was the lack of good >> documentation, I see the documentation is somewhat better, but IMHO >> its still very lacking... >> >> On 30 August 2011 23:23, Dan Tran wrot

Re: Determine what depends on artifact?

2011-08-31 Thread Adam Retter
If you open your project in NetBeans, you can right click on the dependecy and view the details, part of this includes a visual dependency graph On Aug 31, 2011 1:28 PM, "Brown, Alex" wrote: > Hello, > I am a Maven 3 user and I am looking for a tool that allows me to easily see the dependencies th

Re: Excluding maven pom.xml from generated jar as a security precaution?

2013-11-18 Thread Adam Retter
s"? > > I find it useful to leave it there for troubleshooting purpose, thinking > that there is not much security concerns but my peers are thinking > otherwise. > > I would like to seek some advise/opinions on this topic. > > Cheers! -- Adam Retter skype: adam.retter

Re: Excluding maven pom.xml from generated jar as a security precaution?

2013-11-19 Thread Adam Retter
; Same here. >> >> Just wondering if it's common practice for close sourced products to remove >> maven manifest info from jars... something we cannot search in open source >> codes! :-) >> >> I am hoping to get an authoritative reference that says it'

Re: New logo?

2014-01-02 Thread Adam Retter
o with the raven >> >>>> >> >>>> http://www.prweb.com/releases/2012/3/prweb9334175.htm >> >>>> >> >>>> Given that a different non-competing user of the name is using a raven >> >>>> in their logo >> >>>> >> >>>> On Friday, 20 December 2013, Manfred Mos

Re: New logo?

2014-01-02 Thread Adam Retter
I would love to, but I posses absolutely zero artistic skill. On 2 January 2014 16:28, Stephen Connolly wrote: > how about you try sketching out what you mean! > > > On 2 January 2014 16:18, Adam Retter wrote: > >> I like that one best personally. How about something like

Re: New logo?

2014-01-02 Thread Adam Retter
-logo-example2.png Thanks On 2 January 2014 17:52, Stephen Connolly wrote: > So what... you cannot do worse than > http://people.apache.org/~stephenc/maven-logo-contest/maven.png > > > On 2 January 2014 16:55, Adam Retter wrote: > >> I would love to, but I posses absolu

Re: New site content

2014-01-03 Thread Adam Retter
ing icons because I want to have subsequent pages give more detail >> and use the iconography to enable people to see what is being discussed >> more easily >> -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk -

Re: Maven Central Opinion

2014-01-05 Thread Adam Retter
ir binaries for easy access by others. I’m wondering > if I’m alone in this view or if there are others who agree with me ? > > Tommy Svensson > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.o

Re: Maven Central Opinion

2014-01-06 Thread Adam Retter
contact should they have a problem. I consider that a small investment. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For addition

Re: New logo?

2014-01-13 Thread Adam Retter
t; > > > Thanks > > John > > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk

Re: New logo?

2014-01-14 Thread Adam Retter
t; >>>> >So it would appear to me that I'm not thinking of an animal at all ! >> >>>> > >> >>>> >Kristian >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>

Re: how to push .zip from assembly to repo?

2014-03-27 Thread Adam Retter
tions in the assembly > plugin and it is a bit confusing. > > J.V. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additi

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to "v"

2014-11-20 Thread Adam Retter
han that perhaps serious concern, I liked the mascot but not the name. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additio

Re: Emotional Support Group for Typesafe Maven Users

2014-12-04 Thread Adam Retter
that resembles APL, and > reasoning about build engineering was clearly not a priority with the > designers of SBT. > > The Scala-IDE was a really great approach because it leveraged off of an > existing IDE infrastructure such as Eclipse, rather than trying to write an > IDE

Problem with exclusions

2010-01-22 Thread Adam Retter
I doing wrong? Thanks Adam. -- Adam Retter skype :adam.retter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Problem with exclusions

2010-01-22 Thread Adam Retter
> > Sent from my [rhymes with tryPod] ;-) > > On 22 Jan 2010, at 11:32, Adam Retter wrote: > >> My exclusions from my test configuration in my POM seem to be being >> ignored. I am following the following example, to try and setup Unit >> Tests and Integration Tests -

failsafe-maven-plugin configuration issues

2010-01-25 Thread Adam Retter
. So what am I doing wrong here? -- Adam Retter skype :adam.retter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: failsafe-maven-plugin configuration issues

2010-01-25 Thread Adam Retter
gration tests you'd need a > second execution of compiler:testCompile > > 2010/1/25 Adam Retter >> >> I have both Unit tests and Integration tests in my project and was >> attempting to manage this with the Surefire plugin in this way - >> htt

Re: failsafe-maven-plugin configuration issues

2010-01-25 Thread Adam Retter
> > 2010/1/25 Adam Retter >> >> Just wondering how they compile when I change the inclusion to >> "*/*.java" for the failsafe plugin? >> >> Is there some better way of doing this whilst keeping the Unit Tests >> and Integration Tests in separate fo

failsafe-maven-plugin and test resources

2010-01-25 Thread Adam Retter
C-3.1/element-tree.correct: ASCII text, with CRLF line terminators So I assume the resources plugin is executed after my failsafe plugin, can I some how change this? Or do I have a configuration error somewhere? -- Adam Retter skype :adam.retter http://www.adamretter.o

How to download resources for WebApp build

2010-03-25 Thread Adam Retter
configure the JAXB Maven plugin to pick up the Schemas from that location. Is there a plugin that could achieve this for me? otherwise what is the best way to achieve this? Thanks Adam. -- Adam Retter Landmark Information Group 01392 68 5403 http://www.landmark.co.uk Registered Office: 7 Abbey

RE: eXist native XML database

2010-05-28 Thread Adam Retter
Hi there I am one of the eXist developers. We certainly are interested in what our users want, but as yet we have only had 2 or 3 express an interest in using Maven it is unfortunately not a top priority for us at the present time. I myself am a big fan of Maven, and would love to do a port of e

RE: eXist native XML database

2010-06-01 Thread Adam Retter
Sure, but should we not also include a list of dependencies in the pom for our Artifcat? -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: 28 May 2010 13:54 To: Maven Users List Subject: Re: eXist native XML database > I myself am a big fan of Maven, and would love to

RE: eXist native XML database

2010-06-01 Thread Adam Retter
ly and was very interested. If you don't mind, I'll start perusing the source and send you questions off-list. Is there a developers mailing list for eXist? -Wes On Fri, May 28, 2010 at 4:59 AM, Adam Retter wrote: > > Hi there I am one of the eXist developers. > > We cert

RE: eXist native XML database

2010-06-01 Thread Adam Retter
n't mind, I'll > start perusing the source and send you questions off-list. Is there a > developers mailing list for eXist? > > -Wes > > On Fri, May 28, 2010 at 4:59 AM, Adam Retter > wrote: > > > > Hi there I am one of the eXist developers. > >

Profile not being activated by default

2020-05-13 Thread Adam Retter
the profile is being ignored? -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Profile not being activated by default

2020-05-13 Thread Adam Retter
; config is being seen, seen but ignored, or ignored. No problem. Thanks for taking the time to try and help me :-) -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mai

Re: Profile not being activated by default

2020-05-13 Thread Adam Retter
I do realise that ultimately we should likely refactor this large module into a parent with lots of smaller modules, but that is a large amount of work as there are lots of file dependencies between the plugin steps. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.

Re: Unable To Access Jar Published To Maven Central

2020-06-09 Thread Adam Retter
s.java:[7,16] > cannot find symbol > [ERROR] symbol: class Settings > [ERROR] location: interface > com.bankshots.feature.settings.AccountSettingsBusiness > [ERROR] > /Users/dominiquejones/git/BankShots/src/main/java/com/bankshots/feature/settings/AccountSettingsBusiness.java:[1

Re: Windows Installer / MacOS dmg

2022-10-16 Thread Adam Retter
t with several > dependencies from the Maven repository. I wish to create a Windows installer > and a MacOS dmg including all dependencies and the JRE. Is this possible to > do? -- Adam Retter skype: adam.retter tweet: adamretter http://www.ad

Re: Windows Installer / MacOS dmg

2022-10-16 Thread Adam Retter
Ah nice! Jpackage looks neat as long as you don't need a customisable installer. I accidentally read 18 as 1.8 which is where some of our applications are stuck at the moment... On Sun, 16 Oct 2022, 12:17 Thomas Broyer, wrote: > Doesn't JDK 18 come with jpackage for exactly that use case? Not

Generating Config Files for multi-module project

2011-03-26 Thread Adam Retter
. Thanks Adam. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Generating Config Files for multi-module project

2011-03-27 Thread Adam Retter
each product scenario, you could >> copy the plugin to each module with a separate element for >> the file selection used by that specific product. >> >> Or you could put the assembly plugin in a parent build one time, but have it >> rely on elements in the child bu