Skip to content

Instantly share code, notes, and snippets.

@aslakknutsen
Last active December 11, 2015 06:28
Show Gist options
  • Select an option

  • Save aslakknutsen/4559337 to your computer and use it in GitHub Desktop.

Select an option

Save aslakknutsen/4559337 to your computer and use it in GitHub Desktop.
Forge Maven Update POM Dependencies
forge> maven update
Update org.jboss.shrinkwrap:shrinkwrap-api from 1.0.0 to 1.1.1-alpha-2?
1 - [Yes]*
2 - [No]
3 - [Show 8 other versions]
? Choose an option by typing the number of the selection [*-default] [0]
Update junit:junit from 4.8.1 to 4.11?
1 - [Yes]*
2 - [No]
3 - [Show 5 other versions]
? Choose an option by typing the number of the selection [*-default] [0] 2
Skipping junit:junit
Update org.jboss.arquillian:arquillian-bom from 1.0.0.Final to 1.0.3.Final?
1 - [Yes]*
2 - [No]
3 - [Show 3 other versions]
? Choose an option by typing the number of the selection [*-default] [0] 3
Which version would you like to update to?
1 - [org.jboss.arquillian:arquillian-bom:pom::1.0.1.Final]
2 - [org.jboss.arquillian:arquillian-bom:pom::1.0.2.Final]
3 - [org.jboss.arquillian:arquillian-bom:pom::1.0.3.Final]*
? Choose an option by typing the number of the selection [*-default] [0]
,GGGGGGL,
,GGGGGGGGGGGG,
GGGGGGGGGGGGGGGG
,GGGGGj, ,jGGGGGG,
GGGGj, ,iGGGGG
GGGG,, ,,GGGGG
DDDf. :iGGGG
DDD, ,GGGG
iDD, .,GGGi
iDD, ,GGG;
:DD, ,GGG:
DDt i. iDDDD, .,DGG
DDG DDDD :DDDDD. :jDDG
,DD,DDDDD DDDDDD ,DDD:
DDf.fEEE EEEEj. iDDD
:DD. ... :DDD.
LDj Lt .;DDf
DDf :iDDG
LEEL,. .,fDDD A R Q U I L L I A N
:EEEEGLGDDDDD:
:EEEEEDDD:
Release notes
=============
Arquillian Core 1.0.1.Final
2012-06-01 00:00:00 UTC
http://arquillian.org/blog/2012/06/01/arquillian-core-1-0-1-Final.html
= Issues
== Bug
ARQ-793 - Arquillian config-impl-base is not a part of junit|testng-standalone
ARQ-889 - Arquillian BOM causes ShrinkWrap dependencies to be included in the lib folder of a WAR archive
== Enhancement
ARQ-846 - Protect ExceptionProxy againts Non-Serializable origin
== Feature Request
ARQ-971 - DeploymentGenerator should allow AuxiliaryArchiveAppenders to return null Archives
Release notes
=============
Arquillian Core 1.0.2.Final
2012-07-25 00:00:00 UTC
http://arquillian.org/blog/2012/07/25/arquillian-core-1-0-2-Final.html
= Issues
== Bug
ARQ-376 - Environment configuration is overridden by arquillian.xml
ARQ-620 - arquillian-core-impl-base needs a non-optional dependency on jboss-logmanager
== Enhancement
ARQ-920 - Support @Deployment on non-public member (method or field)
ARQ-921 - Make environment variables available for property replacement in configuration
== Feature Request
ARQ-990 - Update dependencies to simplify downstream Fedora Packaging
ARQ-1024 - Support package private implementation
ARQ-1035 - Should support enriching a specific module in a multi module deployment
== Task
ARQ-956 - Remove dependency on jboss-logging in JMX protocol
Release notes
=============
Arquillian Core 1.0.3.Final
2012-10-19 00:00:00 UTC
http://arquillian.org/blog/2012/10/19/arquillian-core-1-0-3-Final.html
= Issues
== Bug
ARQ-563 - @ArquillianResource in TestNG based tests causes test body not to be evaluated
== Feature Request
ARQ-1102 - Publish Test Source jars to Nexus
Update org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 2.0.0-alpha-6 to 2.0.0-alpha-7?
1 - [Yes]*
2 - [No]
3 - [Show 1 other versions]
? Choose an option by typing the number of the selection [*-default] [0]
Update org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1 from 1.0.0.CR4 to 1.0.0.CR5?
1 - [Yes]*
2 - [No]
3 - [Show 1 other versions]
? Choose an option by typing the number of the selection [*-default] [0]
Chosen update org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1:jar::1.0.0.CR5 is incompatible with org.jboss.arquillian:arquillian-bom:pom::1.0.3.Final.
? You want to perform the update anyway? [y/N]
Update attempt vetoed by other Plugin
ArquillianPlugin: Update is incompatible with org.jboss.arquillian:arquillian-bom:pom::1.0.3.Final
Update org.jboss.shrinkwrap:shrinkwrap-spi from 1.0.0 to 1.1.1-alpha-2?
1 - [Yes]*
2 - [No]
3 - [Show 8 other versions]
? Choose an option by typing the number of the selection [*-default] [0]
Update org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-bom from ${vesion.descriptor} to 2.0.0-alpha-4?
1 - [Yes]*
2 - [No]
3 - [Show 5 other versions]
? Choose an option by typing the number of the selection [*-default] [0]
Wrote /home/aslak/dev/source/forge/core/dev-plugins/target/test-classes/maven-update/pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.forge.test</groupId>
<artifactId>maven-update</artifactId>
<version>1.0.0</version>
<name>Forge - Dev Plugins - Maven Update Test</name>
<properties>
<version.resolver>2.0.0-alpha-6</version.resolver>
<version.junit>4.8.1</version.junit>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>1.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-bom</artifactId>
<version>${version.resolver}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>container</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
<version>1.0.0.CR4</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>a</id>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-spi</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>b</id>
<properties>
<vesion.descriptor>2.0.0-alpha-1</vesion.descriptor>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-bom</artifactId>
<version>${vesion.descriptor}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.forge.test</groupId>
<artifactId>maven-update</artifactId>
<version>1.0.0</version>
<name>Forge - Dev Plugins - Maven Update Test</name>
<properties>
<version.junit>4.8.1</version.junit>
<version.resolver>2.0.0-alpha-7</version.resolver>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>1.0.3.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-bom</artifactId>
<version>${version.resolver}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
<version>1.1.1-alpha-2</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>container</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
<version>1.0.0.CR4</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>a</id>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-spi</artifactId>
<version>1.1.1-alpha-2</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>b</id>
<properties>
<vesion.descriptor>2.0.0-alpha-4</vesion.descriptor>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-bom</artifactId>
<version>${vesion.descriptor}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment