Spring RTS - Parent

Parent for Spring RTS related Maven projects

License

License

GroupId

GroupId

com.springrts
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Spring RTS - Parent
Parent for Spring RTS related Maven projects
Project Organization

Project Organization

Spring RTS Community
Source Code Management

Source Code Management

http://github.com/spring/maven-springrts-parent

Download parent

Filename Size
parent-1.1.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.springrts/parent/ -->
<dependency>
    <groupId>com.springrts</groupId>
    <artifactId>parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.springrts/parent/
implementation 'com.springrts:parent:1.1'
// https://jarcasting.com/artifacts/com.springrts/parent/
implementation ("com.springrts:parent:1.1")
'com.springrts:parent:pom:1.1'
<dependency org="com.springrts" name="parent" rev="1.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.springrts', module='parent', version='1.1')
)
libraryDependencies += "com.springrts" % "parent" % "1.1"
[com.springrts/parent "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules/resources

README - Common parent for Spring RTS related Maven projects

Intro

These files are used by different projects related to the Spring RTS game engine which are based on the Maven build system. This makes up mostly Java projects.

These files are useless by themselfs, and their main purpose is to unify and simplify Java based projects related to Spring RTS.

Projects that may use these files:

  • SpringLS
  • JUnitsync
  • Java-AIInterface
  • JavaOO-AIWrapper
  • Java based Skirmish AIs

Use

Configure the Maven projects contained in this repo as the parent of your own project, if it is related to Spring RTS.

A side effect of this, is that the project is kind of shiftet towards being "owned" by the Spring RTS community.

Release a SNAPSHOT

To release a development version to the Sonatype snapshot repository only:

mvn clean deploy

Release

Prepare "target/" for the release process

mvn release:clean

Prepare the release

  • asks for the release and new snapshot versions to use (for all modules)

  • packages

  • signs with GPG

  • commits

  • tags

  • pushes to origin

      mvn release:prepare
    

Perform the release

  • checks-out the release tag

  • builds

  • deploy into sonatype staging repository

      mvn release:perform
    

Promote it on Maven

Moves it from the sonatype staging to the main sonatype repo.

  1. using the Nexus staging plugin:

     mvn nexus:staging-close
     mvn nexus:staging-release
    
  2. ... alternatively, using the web-interface:

    • firefox https://oss.sonatype.org
    • login
    • got to the "Staging Repositories" tab
    • select "com.springrts..."
    • "Close" it
    • select "com.springrts..." again
    • "Release" it
com.springrts

Spring RTS

Versions

Version
1.1