Re: How Maven solves the problem of long builds on large projects?

2015-12-21 Thread Graham Leggett
scratch, which you don't want. Get rid of pmd, checkstyle and cobertura until you need it. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [rpm-maven-plugin] how to control the name under which rpm is stored in m2 repository?

2015-12-07 Thread Graham Leggett
; -p "${FILE}" | tr -cd [:alnum:]` RPMPATH=${YUMPATH}/${REPO}/${RPMDIST}/`/bin/rpm -q --qf "%{ARCH}\n" -p "${FILE}"` RPMFILE=${RPMPATH}/`/bin/rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{DISTRIBUTION}.%{ARCH}.rpm\n' -p "${FILE}"` if [ ! -f &q

Re: How easy/reliable is a maven repo hosted on webdav?

2015-11-05 Thread Graham Leggett
apache.maven.wagon wagon-webdav 1.0-beta-2 … Regards, Graham — - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Why are extensions project based and not global?

2015-05-28 Thread Graham Leggett
have some weird site specific ritual to perform, and this creates friction. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Minimum RPM Version for rpm-maven-plugin?

2015-04-07 Thread Graham Leggett
that. Is that supported by the plugin and if so, how? The plugin requires rpmbuild in order to function. Is rpmbuild on the path? Regards, Graham — - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

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

2014-12-15 Thread Graham Leggett
. Regards, Graham — - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

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

2014-12-10 Thread Graham Leggett
Hi all, K. Regards, Graham -- On 9 Dec 2014, at 10:52, Stephen Connolly stephen.alan.conno...@gmail.com wrote: This is a run-off vote to select the top two options for our new mascot's name. The entries with the highest number of votes will be selected for the final round

Re: Problem with maven-deploy-plugin

2014-09-14 Thread Graham Leggett
likely the server requires SNI, which doesn't seem to work with the httpclient wagon. We use the lightweight http wagon instead, which works with SSL+SNI. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr

Re: Build once, deploy everywhere

2014-09-10 Thread Graham Leggett
the rpm-maven-plugin. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven Release Plugin - release:branch: branch versions not set as expected

2014-09-01 Thread Graham Leggett
release:prepare would do. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven + SNI == problems?

2014-08-21 Thread Graham Leggett
://en.wikipedia.org/wiki/Server_Name_Indication Regards, Graham — - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

maven + SNI == problems?

2014-08-20 Thread Graham Leggett
] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Regards, Graham — - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to avoid unzip of large test data on each mvn test

2014-07-31 Thread Graham Leggett
you want to treat this set of tests as integration tests, and then run them as required, rather than on every build. Any way to make these files smaller? Regards, Graham — - To unsubscribe, e-mail: users-unsubscr

Re: Why not a forum

2014-07-22 Thread Graham Leggett
from real discussions. You mean like a mailing list? :) Google does a way better job than any forum search function, and that’s the only meaningful feature in most forum software. Whenever I see a forum I generally ask “why not just a mailing list”? Regards, Graham

Property that indicates a snapshot or release build?

2014-01-19 Thread Graham Leggett
if it is a snapshot and another predictable value when it is a release. Does anything like this exist? Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Property that indicates a snapshot or release build?

2014-01-19 Thread Graham Leggett
this could be referred to from a maven variable? Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Property that indicates a snapshot or release build?

2014-01-19 Thread Graham Leggett
is a release, the property is one value, while if the artefact is a snapshot, the property is another. The project.version property comes achingly close, but won't work for me because it will change on every release. Regards, Graham

Re: short and snappy description of what Maven is

2014-01-10 Thread Graham Leggett
that at its core, this is what it really is. Big +1. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven Central Opinion

2014-01-05 Thread Graham Leggett
and choose to ignore standards, you put the quality level of central at risk. Snapshots and releases are a fundamental part of maven, the maven system doesn't work without it. It is entirely right that central should block projects that refuse to follow the rules. Regards, Graham

Re: release plugin, different executable name ('mvn3')

2013-05-14 Thread Graham Leggett
of the executable is. In our ci environment maven is also called mvn3, and it just works. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: release plugin, different executable name ('mvn3')

2013-05-14 Thread Graham Leggett
, and then symlinked /usr/bin/mvn3 to ${MAVEN_HOME}/bin/mvn, and that worked for us. This seems to be a general maven problem, not a release plugin problem. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven-dependency-plugin purge proper usage

2013-05-12 Thread Graham Leggett
automated and hands free. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-dependency-plugin purge proper usage

2013-05-11 Thread Graham Leggett
appear. With no visible difference between a snapshot and a release, all bets are off. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Lightweight maven-releases, or an alternative to the maven-release-plugin

2013-05-01 Thread Graham Leggett
feed a custom version number into the release plugin to represent your release, but this starts to smell like that's what a snapshot is for. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Why does the release process seem to require duplicate effort?

2013-04-17 Thread Graham Leggett
and javadoc jars and prompt for the PGP pass phrase? The perform might require a special build environment, or you might perform many different releases (example unix, windows) from the same prepared source. If prepare and perform were welded together, this would become impossible. Regards, Graham

Re: Deployment

2013-03-03 Thread Graham Leggett
mechanisms. This isn't a problem that I can see, ideally maven should support all of them, but it is good enough that maven should support just one. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Deployment

2013-03-03 Thread Graham Leggett
too time consuming and error prone. Modern OSes come with the ability to install and roll back software atomically, extending that to configuration is a logical next step. The configuration may be general, or it may be specific to a given environment, either is possible. Regards, Graham

Re: Deployment

2013-03-02 Thread Graham Leggett
a maven plugin able to create Debian packages, but the principle is the same. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Deployment

2013-03-02 Thread Graham Leggett
experience for each OS, rather than come up with a competing system. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Packaging up pre-existing jar and source jar

2013-01-17 Thread Graham Leggett
the investor want you to use the standards already laid down by maven, I don't want you reinventing the wheel, and I don't want you to waste my money trying to re-solve solved problems. Regards, Graham -- - To unsubscribe, e-mail: users

Site plugin to document properties in the pom?

2013-01-14 Thread Graham Leggett
in documentation without manually copying the properties into a wiki or have some other manual process. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Site plugin to document properties in the pom?

2013-01-14 Thread Graham Leggett
httpd.address.http.repo.core127.0.0.1/httpd.address.http.repo.core /properties Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Site plugin to document properties in the pom?

2013-01-14 Thread Graham Leggett
is that the properties in the pom and the properties published to the site are always in sync, even after the current crop of architects have moved on from the project. If you have to add a property in two steps, there is no way the project will stay in sync. Regards, Graham -- smime.p7s

Re: [maven-3/trunk] bootstrap-build failing

2012-11-01 Thread Graham Leggett
.doleni.net%3E As you can see, no red colour, so we have no idea what lines you are referring to. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Maven on a Terminal Server

2012-09-28 Thread Graham Leggett
to your environment, no documentation or training needed. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Version ranges not working

2012-09-28 Thread Graham Leggett
independent people and organisations with no guarantees of anything, then pinning the version numbers is the only sane thing to do. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Exporting Individual Files with the SCM Plugin

2012-09-27 Thread Graham Leggett
came from. You don't want to rely on someone else's system that may or may not be available at a future date, and suddenly you're panicking because your code no longer builds. Regards, Graham -- - To unsubscribe, e-mail: users

Re: Is the release plugin intended to be run manually?

2012-09-11 Thread Graham Leggett
. Is the release plugin intended to be run manually, and not part of an automated build? The documentation for the plugin doesn't really address this question. In theory, any plugin target can be executed as part of an automated build, the release plugin is no different. Regards, Graham -- smime.p7s

Re: Arguments for Maven vs. Gradle

2012-09-11 Thread Graham Leggett
, repeatability, and code longevity, and this is a very good thing. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Arguments for Maven vs. Gradle

2012-09-11 Thread Graham Leggett
will hopefully shed more light on why maven approaches the build problem as it does. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Arguments for Maven vs. Gradle

2012-09-09 Thread Graham Leggett
to fix a bug under stressful conditions. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Release plugin: release project from within subdirectory

2012-07-20 Thread Graham Leggett
that seems to need a hack, picture yourself in six months time, arms crossed glaring at yourself today, going you could have fixed it and didn't, and now look at how I am suffering Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Duplicate dependency with different scopes

2012-07-17 Thread Graham Crosmarie
(from their dependency on B) because scope compile 'contains' scope test. But Maven 2.2.1 does not work that way :-). Is there any way to force my projects to use the D scope from project B instead of the one from its parent (project A) ? Thanks in avance, -- Signature Graham CROSMARIE RD

Re: Duplicate dependency with different scopes

2012-07-17 Thread Graham Crosmarie
have dependencyManagement declared for D stating test as default scope (and version). /Anders On Tue, Jul 17, 2012 at 9:15 AM, Graham Crosmarie graham.crosma...@linagora.com wrote: Hello, I have a problem with my dependency pattern and I am not sure that maven behaves correctly in this case. Here

Re: Duplicate dependency with different scopes

2012-07-17 Thread Graham Crosmarie
is dependency B? If it's in test scope, than its dependencies will be in test scope, too. It would be much easier if you could show the POMs. Regards, htfv (Aliaksei Lahachou) Am 17.07.2012 09:15 schrieb Graham Crosmarie graham.crosma...@linagora.com: Hello, I have a problem with my dependency pattern

Re: Maven for Software Installation

2012-06-21 Thread Graham Leggett
. The client would say to the cluster, dear cluster, please calculate this for me, using version x.y.z of model Z, and the cluster would download the code it needed where necessary. We no longer needed to upgrade or downgrade code, the cluster just did the right thing automatically. Regards, Graham

Re: Maven versioning

2012-05-24 Thread Graham Leggett
automated. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Maven versioning

2012-05-24 Thread Graham Leggett
, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Feel Maven is not intuitive

2012-05-23 Thread Graham Leggett
the following configuration option in the configuration for the maven-compiler-plugin: configuration source1.5/source target1.5/target /configuration Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: The Maven Way

2012-04-17 Thread Graham Leggett
there is only one maven. Regards, Graham -- smime.p7s Description: S/MIME cryptographic signature

Re: Solve my exception for mvn installtion

2011-12-16 Thread Graham Leggett
for not posting this information. +1. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Strange problem with .m2 folder

2011-04-11 Thread Graham Smith
Hi folks, I've just come across what seems to be some very strange behaviour in Maven. I'll try to explain as best I can the situation but it's a bit involved. So, I started out with this set up working which was working perfectly: maven 3.0.2 installed in d:\development\maven maven projects

Re: Strange problem with .m2 folder

2011-04-11 Thread Graham Smith
USERPROFILE=C:\Users\Graham Smith HOMEDRIVE=C: HOMEPATH=\Users\Graham Smith Exactly as I would expect. I'm running Win 7 btw. D:\Development\NetBeansProjects\core On 11 April 2011 19:47, Wayne Fay wayne...@gmail.com wrote: Today I decided to re-home my Documents folder onto the company NAS

Re: Strange problem with .m2 folder

2011-04-11 Thread Graham Smith
Thanks for your help, I think I've figured out what the problem is. I omitted to mention that I also re-homed my Desktop folder at the same time I re-homed my documents folder as I didn't think it was relevant. It would appear that there is a bug in the JVM that has been around for 6+ years now.

Re: Continuous Delivery and Maven

2010-11-12 Thread Graham Leggett
, fail if not. - Sets the version number of the pom to match the revision number in scm, taking out the SNAPSHOT. - Runs the build. - Runs the tests. - Runs mvn site - Runs mvn deploy and mvn site-deploy Regards, Graham

Re: Continuous Delivery and Maven

2010-11-09 Thread Graham Leggett
platform by about an order of magnitude. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Replacing classes in a jar after bug fixes - patches

2010-11-05 Thread Graham Leggett
exhibits a new bug, because the magic version of some nameless jar is suddenly different, but it's completely impossible to tell they are different, you risk losing the will to live. Please, don't do it. Regards, Graham

Re: [Repetitive]: Maven does not live up to its promises

2010-10-26 Thread Graham Leggett
this problem. Maven is not ant. I've looked at pages and pages of POM files, trying to learn things. And my conclusion is that Maven was _fundamentally flawed_ in choosing XML as its base. They had to choose something, and the world didn't need another custom syntax. Regards, Graham

Re: [Repetitive]: Maven does not live up to its promises

2010-10-23 Thread Graham Leggett
the way they're put together. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven is a swamp

2010-10-20 Thread Graham Leggett
dependencies correctly. Maven only does this however if you've asked it to. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven is a swamp

2010-10-15 Thread Graham Leggett
, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven is a swamp

2010-10-13 Thread Graham Leggett
that your build is entirely free of SNAPSHOTs, and that your code is checked in cleanly. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: maven is a swamp

2010-10-13 Thread Graham Leggett
pages are under src/site/apt). If you need help editing/building/submitting a patch, come join us on the dev list and ask. (Graham, would you be okay with having your post adapted for the website, should someone have the time and energy to work on it?) Definitely. I think some key points maven

Re: Release Plugin Explained?

2010-06-15 Thread Graham Leggett
. Regards, Graham -- - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Documentation help

2010-04-07 Thread Graham Leggett
. In other words, if maven wants you to name a file a certain way, or look for a file in a certain directory, stick to the defaults. If you do, most stuff should just work without any modification. Regards, Graham

Re: maven-rpm-plugin + uniqueversion = fail

2010-04-06 Thread Graham Leggett
- maven-rpm-plugin ignored the flag and tried to use timestamps anyway. Going back version by version through maven-rpm-plugin showed that v2.0-beta-4 was the last version of the RPM plugin that worked, I've raised the problem as http://jira.codehaus.org/browse/MRPM-70. Regards, Graham

maven-rpm-plugin + uniqueversion = fail

2010-04-05 Thread Graham Leggett
in the distributionManagement section, which makes no sense to me at all. I just want to switch it off for the project, not for the repository it will be uploaded to. Does anyone know how this feature is switched off? Regards, Graham

Re: Assembly plugin: specifying an alternative extension name for the assembly

2010-02-04 Thread Graham Charters
other way to provide this configuration from outside the maven assembly plugin? Many thanks for any help. Regards, Graham. On 19 November 2009 13:03, Joe Hindsley jhinds...@gmail.com wrote: Hi Graham, The extension for the assembly is configured with the format element of the assembly

Configuring components.xml into assembly plugin

2010-02-04 Thread Graham Charters
: ext I searched for examples, but can't find anything that clearly describes what I'm trying to do. Any pointers or ideas on how to fix/do this would be greatly appreciated. Regards, Graham. - To unsubscribe, e-mail: users

Assembly plugin: specifying an alternative extension name for the assembly

2009-11-19 Thread Graham Charters
? Many thanks for any help. Regards, Graham. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Maven is taking 103 minutes for each build in NB 6.7. Why?

2009-07-15 Thread Doug Graham
Twice I've tried to build a small maven persistence app in netbeans 6.7. Each time maven takes over and starts downloading pom files at a ridiculously slow rate (i.e. 2k file in 5 minutes). It takes an hour and 43 minutes to download all the pom files. I have a fast connection. If the other end

Self-Extracting Maven Plugin

2009-05-18 Thread Ian Graham
Hello, I'm working on a Maven Reporting plugin that depends on a set of binaries to do its work, but I haven't been able to find a way to package those binaries with my plugin, and extract them for use at runtime. Ideally, I'd like to store the binaries and some associated configuration files,

Re: General questions regarding dependencies

2009-05-08 Thread Graham Leggett
combined into a single tree. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Adding system scope jars to the manifest class path

2009-04-21 Thread Graham Leggett
directories of jars causes pain that maven steers you away from. Taking the effort to set up a private repo in the beginning will make your life significantly easier down the line. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Adding system scope jars to the manifest class path

2009-04-21 Thread Graham Leggett
Graham Leggett wrote: The core reason is that it's virtually guaranteed that someone else, on a different machine, will want to build you code, and if the jars are on a shared repository (public or private, maven does care), then this is trivial and automatic. you == your does == doesn't

Re: LATEST and RELEASE release version management

2009-04-06 Thread Graham Leggett
have been introduced or that should be allowed for. Having said that, it makes no sense to have the release plugin care about LATEST, because by definition, building against LATEST isn't repeatable, and in order for there to be a release, you need the build to be repeatable. Regards, Graham

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Graham Leggett
Todd Thiessen wrote: So if I understand remote tagging correctly, this means that a tag is taken off the trunk, not the working copy. You can't (to my knowledge) tag a working copy, that doesn't make any sense. Can you clarify? Regards, Graham -- smime.p7s Description: S/MIME

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Graham Leggett
it, it is simply a shorthand way of saying add followed by commit of a single file. The docs don't clarify whether any history is kept, or whether any requirement exists for the WC file to be checked in or up to date first. A tag without history isn't a tag. Regards, Graham -- smime.p7s

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Graham Leggett
Todd Thiessen wrote: Not according to svn. http://svnbook.red-bean.com/en/1.1/ch04s06.html That's the docs for tags, which part of those docs are you referring to specifically? Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Graham Leggett
. Trying to make a release from such a snapshot is a fundamental contradiction in terms in the maven world, and very bad practice. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Despite trusted CA, unable to find valid certification path to requested target

2009-03-29 Thread Graham Leggett
, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Despite trusted CA, unable to find valid certification path to requested target

2009-03-29 Thread Graham Leggett
side. In this case, the cert is signed by the CA directly, the full chain is just two certs long. Trying the same config under Linux works fine, with the same certs, project and site. Regards, Graham -- -Original Message- From: Graham Leggett [mailto:minf...@sharp.fm] Sent: Sunday

Getting classpath list from non ant-run plugins

2009-01-21 Thread Chris Graham
Hi all. Using the ant-run plugin, you can get properties, like this: property name=project.build.classpath refid=maven.compile.classpath / What I'd like to do it to get access to the same classpath entries but from a normal (ie not an ant-run derivative) plugin. Ideally, I'd like to use

Renaming jars using the assembly plugin

2008-12-13 Thread Chris Graham
Hi All. I am attempting to build a zip file of all listed dependencies of a project. I am sucessfully creating the zip file with all deps included in it. However, I need to strip the version numbers from the jar files. This is the assembly file, it is packaged as a jar file. ?xml

Re: Renaming jars using the assembly plugin

2008-12-13 Thread Chris Graham
/dependencySets /assembly -Chris Chris Graham wrote: Hi All. I am attempting to build a zip file of all listed dependencies of a project. I am sucessfully creating the zip file with all deps included in it. However, I need to strip the version numbers from the jar files

Re: Keep version when doing a release

2008-12-09 Thread Graham Leggett
it is to tell where a bug might lie. Spin off the stable stuff into their own release cycles, and your troubleshooting problems will become significantly less, as a problem will most likely be caused by a smaller subset of newly released code. Regards, Graham -- smime.p7s Description: S/MIME

Re: Third party jars

2008-11-28 Thread Graham Leggett
jars. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Not happy with maven

2008-11-19 Thread Graham Leggett
with an exercise in messing around with ant. I don't see how that will help you focus on development. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Multiple project dependencies

2008-11-07 Thread Graham Leggett
happening in A, that sounds like a classic circular dependency problem, which is broken regardless of what build strategy you use. Can you describe in more detail what problem you are trying solve? Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Dependencies not available in the future

2008-11-03 Thread Graham Leggett
, and build. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: General Maven questions....

2008-11-03 Thread Graham Leggett
no identifying marks on it. Save yourself the pain and the suffering: don't do it. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: General Maven questions....

2008-11-03 Thread Graham Leggett
fiddle with the version number with a rolled up newspaper. Computers are repeatable, humans are not. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Multiple project dependencies

2008-11-03 Thread Graham Leggett
will be released and versioned automatically. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: General Maven questions....

2008-11-03 Thread Graham Leggett
easier, and that happens when you make disciplined development the path of least resistance. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Can someone please explain release:rollback?

2008-10-30 Thread Graham Leggett
. release:rollback allows you to reinstate the original pom files and version numbers so you can try again. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Can someone please explain release:rollback?

2008-10-30 Thread Graham Leggett
. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Could anyone give me some idea what is the difference bwteen ant and maven?

2008-10-24 Thread Graham Leggett
is a scripting language, but maven is a butler. If given the choice, choose the butler. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Advice on dealing with hostility to Maven 2

2008-10-23 Thread Graham Leggett
timezone handling, and people were resistant to fixing it. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: Advice on dealing with hostility to Maven 2

2008-10-22 Thread Graham Leggett
other than your own. Being the maven guy also works very well, especially if you are also the continuous integration guy, and the CI server is the second machine above. In many cases resistance to change comes about simply because people are too busy to stop and sharpen the saw. Regards, Graham

Re: Advice on dealing with hostility to Maven 2

2008-10-22 Thread Graham Leggett
the command mvn release:prepare release:perform, sit back, and show them what has been achieved. Show them the tag in source control, show them the artifact in the repository, show them the documentation. The release plugin sells maven, IMHO. Regards, Graham -- smime.p7s Description: S/MIME

  1   2   3   4   >