Skip to content

Instantly share code, notes, and snippets.

View jvanzyl's full-sized avatar

Jason van Zyl jvanzyl

  • Guelph, Ontario, Canada
View GitHub Profile
#!/usr/bin/env ruby
#
# Before starting:
# gem install deadweight
#
# This is a quick hack to walk through a Jekyll site processing all the CSS files against the site pages to
# get rid of all the unused CSS elements. We used a nice theme but it had tons of crap in it that we'll never
# use and made it very hard to reason about.
#
Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400)
Java version: 1.7.0_21
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x" version: "10.9.1" arch: "x86_64" Family: "mac"
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [install:install-file] (aggregator-style)
bash-3.2$ mvn -Preporting site site:stage -e
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Maven
[INFO] Maven Model
[INFO] Maven Artifact
[INFO] Maven Plugin API
<settings>
<servers>
<server>
<id>central</id>
<username>admin</username>
<password>admin123</password>
</server>
<server>
<id>central</id>
<username>admin</username>
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Commons VFS Core 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- rat-maven-plugin:1.0-alpha-3:check (default-cli) @ commons-vfs2 ---
[INFO] ------------------------------------------------------------------------
@jvanzyl
jvanzyl / gist:24b93bafeba6caeba6e7
Created June 26, 2014 19:50
Maven Developer Hangout - June 26th, 2014
# Agenda
- Maven 3.2.2 Release Announcement
- How to test all our plugins as we change Maven
- I deprecated a method years ago, and our builds don't find this because they are pinned to older versions of Maven. So how can we start expressing the minimal requirements while testing against the latest to find deprecation warnings and potential breakages
- Simple POM 5.0.0 proposal (JvZ)
- General discussion
@jvanzyl
jvanzyl / gist:67abc71f7afede51a31b
Last active August 29, 2015 14:03
Maven Developer Hangout - July 10th, 2014
# Agenda
- Any topics anyone wants to discuss
- Robert
Getting rid of the horrible wiki link and give the mojo author an opportunity to write their own
error information. Igor's idea: looking at the two exceptions and the use of the compiler where it really is just
an error from the tool only report the error from the tool and not a stack trace.
- A standard way to skip mojos/plugins and omit them in a standard way from the execution plan
- How to test all our plugins as we change Maven?
- I have a JSR330 branch and it lit up the Maven ITs because I have all the deprecated code removed there
org.apache.maven.plugins maven-docck-plugin 1.0 16-Nov-2008
org.apache.maven.plugins maven-stage-plugin 1.0-alpha-2 10-Jul-2009
org.apache.maven.plugins maven-toolchains-plugin 1.0 29-Oct-2009
org.apache.maven.plugins maven-ant-plugin 2.3 07-Nov-2009
org.apache.maven.plugins maven-patch-plugin 1.1.1 01-Jan-2010
org.apache.maven.plugins maven-repository-plugin 2.3.1 17-Jul-2010
org.apache.maven.plugins maven-linkcheck-plugin 1.1 09-Nov-2010
org.apache.maven.plugins maven-acr-plugin 1.0 26-Mar-2011
org.apache.maven.plugins maven-docck-plugin 1.0 16-Nov-2008
org.apache.maven.plugins maven-stage-plugin 1.0-alpha-2 10-Jul-2009
org.apache.maven.plugins maven-toolchains-plugin 1.0 29-Oct-2009
org.apache.maven.plugins maven-ant-plugin 2.3 07-Nov-2009
org.apache.maven.plugins maven-patch-plugin 1.1.1 01-Jan-2010
org.apache.maven.plugins maven-repository-plugin 2.3.1 17-Jul-2010
org.apache.maven.plugins maven-linkcheck-plugin 1.1 09-Nov-2010
org.apache.maven.plugins maven-acr-plugin 1.0 26-Mar-2011
org.apache.maven.plugins maven-docck-plugin 1.0 16-Nov-2008
org.apache.maven.plugins maven-stage-plugin 1.0-alpha-2 10-Jul-2009
org.apache.maven.plugins maven-toolchains-plugin 1.0 29-Oct-2009
org.apache.maven.plugins maven-ant-plugin 2.3 07-Nov-2009
org.apache.maven.plugins maven-patch-plugin 1.1.1 01-Jan-2010
org.apache.maven.plugins maven-repository-plugin 2.3.1 17-Jul-2010
org.apache.maven.plugins maven-linkcheck-plugin 1.1 09-Nov-2010
org.apache.maven.plugins maven-acr-plugin 1.0 26-Mar-2011