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
@jvanzyl
jvanzyl / gist:242c9c9ad5a89e80126f
Created September 7, 2015 14:04
maven-bundle-plugin needs physical pom.xml
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ snakeyaml ---
[ERROR] An internal error occurred
java.lang.Exception: Problem writing resource META-INF/maven/org.yaml/snakeyaml/pom.xml
at aQute.bnd.osgi.Jar.writeResource(Jar.java:564)
at aQute.bnd.osgi.Jar.write(Jar.java:320)
at aQute.bnd.osgi.Jar.write(Jar.java:239)
at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:366)
at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:268)
at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:259)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
@jvanzyl
jvanzyl / gist:058abfee381c004427fe
Last active August 29, 2015 14:20
Maven Dev Hangout -- May 7th, 2015

Maven Dev Hangout -- May 7th, 2015

Manfred Updates

  • android maven plugin 4.2.1
  • jbake maven plugin
  • site packaging

Karl Updates

@jvanzyl
jvanzyl / gist:1f84cbe9bb75a80e42cc
Last active August 29, 2015 14:20
Maven Dev Hangout -- April 30th, 2015
# Maven Dev Hangout -- April 30th, 2015
## Maven 3.3.3 Release
Maven 3.3.3 has been released. Karl-Heinz has written up some release notes that you can find here: <http://blog.soebes.de/blog/2015/04/28/apache-maven-version-3-dot-3-3-released>. There seem to be a number of issues with the changes to the scripts so we'll take a look at those and the submitted PRs and try to get those integrated into the 3.3.4 release.
## Maven 3.3.4 Staging
I plan to work on issues for 3.3.4 and stage that next week.
@jvanzyl
jvanzyl / gist:61cacad0d6b0ad25e4d4
Created April 24, 2015 12:20
[VOTE] Maven 3.3.3 Release
Hi,
Time to release Maven 3.3.3!
Here is a link to Jira with 5 issues resolved:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12332054
Staging repo:
https://repository.apache.org/content/repositories/maven-1173/
@jvanzyl
jvanzyl / gist:24d528e38570b3007145
Last active August 29, 2015 14:19
Maven Dev Hangout -- April 23rd, 2015

Maven Dev Hangout -- April 23rd, 2015

Takari Lifecycle 1.11.4 Released

  • Fixes all known problems with incremental build
  • Now works with OpenJDK8. Thanks to RedHat for pushing for the fixes.

Staged Wagon 2.9

  • Fix for duplicate user-agent header. Thanks to Jan Sievers from SAP for contributing a fix and tests.
bash-3.2$ ./bild.py
bootstrapping; downloading bilder.py
target all
require compile
require parsers
build compile
skipping mkjar_complete
Traceback (most recent call last):
File "/Users/jvanzyl/js/PEG/antlr4/bilder.py", line 857, in processargs
target()
@jvanzyl
jvanzyl / gist:a8d2f4f7a0dfa70d2246
Last active August 29, 2015 14:19
Maven Dev Hangout -- April 16th, 2015

Maven Dev Hangout -- April 16th, 2015

Maven Android Plugin 4.2.0 Release

New features/bug fixes for the specific release are

  • New default value to include internal jars from aar libraries by default
  • Don’t include internal libs from transitive AAR deps into an AAR
  • Better doco for destinationAndroidManifest parameter
  • Project META-INF artifacts are included in APK
[INFO] ------------------------------------------------------------------------
[INFO] Building workspace-model 0.1.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ workspace-model ---
[INFO] Deleting /Users/jvanzyl/js/takari/generations/workspace-model/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-environment) @ workspace-model ---
[INFO]
[INFO] --- modello-maven-plugin:1.8.3:java (standard) @ workspace-model ---
@jvanzyl
jvanzyl / gist:1bf172220d2f75252930
Created April 16, 2015 13:29
Maven 3.3.2 Release Validation
Analyzing release validity...
stagingUrl: https://repository.apache.org/content/repositories/maven-1168
groupId: org.apache.maven
artifactId: apache-maven
version: 3.3.2
Source ZIP url exists.
https://repository.apache.org/content/repositories/maven-1168/org/apache/maven/apache-maven/3.3.2/apache-maven-3.3.2-src.zip
@jvanzyl
jvanzyl / gist:fcd99c449ae193830473
Last active August 29, 2015 14:18
Maven Dev Hangout -- April 9th, 2015

Maven Dev Hangout -- April 9th, 2015

Preparing for Maven 3.3.2

There is a critical issue where core extensions cannot be used from authenticated repos, and an issue with Wagon causing issues for some users trying to stage to Nexus. The core extensions issue has been resolved but I'm looking at the Wagon issue for Jan from the Tycho project.

Polyglot for Maven

We've done several releases of Polyglot for Maven. The JRuby folks are still working on switching over to Maven 3.3.1 but they have some releases to work through first.