Skip to content

Commit

Permalink
removing security manager from reactor build (takari#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Morales committed May 11, 2017
1 parent 96519f8 commit 654608d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,27 @@

<modules>
<!--
| Changes to incrementalbuild-workspace require update to io.takari.m2e.lifecycle and should
| be avoided if possible. To emphasise this, incrementalbuild-workspace is not normally part
| Changes to incrementalbuild-workspace and takari-builder-security-manager require update to
| io.takari.m2e.lifecycle and should be avoided if possible.
| To emphasise this, these projects are not normally part
| of io.takari.incrementalbuild build and special steps are required to produce new builds
| and release new versions.
|
| To start work on new incrementalbuild-workspace version
| - Uncomment incrementalbuild-workspace module below
| - Update <parent> version in incrementalbuild-workspace/pom.xml
| - Update incrementalbuild-workspace.version property in incrementalbuild/pom.xml
| To start work on new incrementalbuild-workspace or takari-builder-security-manager version
| - Uncomment the module below
| - Update <parent> version in incrementalbuild-workspace/pom.xml or takari-builder-security-manager/pom.xml
| - Update incrementalbuild-workspace.version or takari-builder-security-manager.version property
|
| To release incrementalbuild with new incrementalbuild-workspace version
| To release incrementalbuild with new incrementalbuild-workspace or takari-builder-security-manager version
| - mvn org.eclipse.tycho:tycho-versions-plugin:0.20.0:set-version -DnewVersion=<new-version>
| - Update incrementalbuild-workspace.version property in incrementalbuild/pom.xml
| - Update incrementalbuild-workspace.version property or takari-builder-security-manager.version
| - git commit -asm "prepare release io.takari.incrementalbuild-<new-version>"
| - git tag io.takari.incrementalbuild-<new-version>
| - mvn clean deploy -Ptakari-release
| - git-push-tags (when you are ready)
|
| To start next incrementalbuild release without new incrementalbuild-workspace
| - Comment out incrementalbuild-workspace module below
| To start next incrementalbuild release without new incrementalbuild-workspace or takari-builder-security-manager
| - Comment out the module below
| - mvn org.eclipse.tycho:tycho-versions-plugin:0.20.0:set-version -DnewVersion=<next-version>
| - git commit -asm "prepare for next development iteration"
|
Expand All @@ -91,7 +92,6 @@
<module>takari-builder-apt</module>
<module>takari-builder-demo</module>
<module>takari-builder-enforcer</module>
<module>takari-builder-security-manager</module>
<module>takari-builder-common</module>
</modules>

Expand Down Expand Up @@ -167,17 +167,17 @@
</dependency>
<dependency>
<groupId>io.takari.builder</groupId>
<artifactId>takari-builder</artifactId>
<version>${project.version}</version>
<artifactId>takari-builder-security-manager</artifactId>
<version>${takari-builder-security-manager.version}</version>
</dependency>
<dependency>
<groupId>io.takari.builder</groupId>
<artifactId>takari-builder-common</artifactId>
<artifactId>takari-builder</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.takari.builder</groupId>
<artifactId>takari-builder-security-manager</artifactId>
<artifactId>takari-builder-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 654608d

Please sign in to comment.