Protobufel Maven Parent Project


License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.protobufel
ArtifactId

ArtifactId

protobufel-parent
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

pom
Description

Description

Protobufel Maven Parent Project
Protobufel Maven Parent Project
Project URL

Project URL

https://github.com/protobufel/protobufel-maven-parent/
Source Code Management

Source Code Management

https://github.com/protobufel/protobufel-maven-parent/

Download protobufel-parent

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

Maven Central

Protobufel Maven Parent Project

This is a parent project for all protobufel maven projects.

Releasing to Maven Central

On child projects, that themselves are reactor parents, do the following for releasing to Maven Central:

  1. activate release profile
  2. mvn clean deploy
  3. mvn release:clean release:prepare In case of failure:
    1. mvn release:rollback
    2. mvn release:clean
  4. mvn release:perform
  5. inspect the Sonatype staging repo and manually close+release, or
    1. set nexus-staging-maven-plugin's autoReleaseAfterClose=true for the automated releases

To release this pom to Maven Central do the following:

  1. activate release profile
  2. mvn clean deploy
  3. inspect the Sonatype staging repo and manually close+release

For more see the JavaDoc Documentation.

Happy coding,

David Tesler

Versions

Version
0.7.1
0.6