Black Pepper Build

Build resources for Black Pepper projects.

License

License

GroupId

GroupId

uk.co.blackpepper
ArtifactId

ArtifactId

bp-build
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Black Pepper Build
Build resources for Black Pepper projects.
Project URL

Project URL

https://github.com/BlackPepperSoftware/bp-build
Project Organization

Project Organization

Black Pepper Software
Source Code Management

Source Code Management

https://github.com/BlackPepperSoftware/bp-build

Download bp-build

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.blackpepper/bp-build/ -->
<dependency>
    <groupId>uk.co.blackpepper</groupId>
    <artifactId>bp-build</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.blackpepper/bp-build/
implementation 'uk.co.blackpepper:bp-build:1.3.0'
// https://jarcasting.com/artifacts/uk.co.blackpepper/bp-build/
implementation ("uk.co.blackpepper:bp-build:1.3.0")
'uk.co.blackpepper:bp-build:jar:1.3.0'
<dependency org="uk.co.blackpepper" name="bp-build" rev="1.3.0">
  <artifact name="bp-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.blackpepper', module='bp-build', version='1.3.0')
)
libraryDependencies += "uk.co.blackpepper" % "bp-build" % "1.3.0"
[uk.co.blackpepper/bp-build "1.3.0"]

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.

Black Pepper Build

Build resources for Black Pepper projects.

Configuring Eclipse

To configure Eclipse for Black Pepper projects:

  1. Checkout the project: git clone [email protected]:BlackPepperSoftware/bp-build.git
  2. Open Eclipse
  3. Select 'File -> Import...'
  4. Select 'General > Preferences'
  5. Click 'Next >'
  6. Click 'Browse...'
  7. Select bp-build/src/main/config/eclipse/bp-eclipse.epf
  8. Click 'Finish'
  9. Select 'Window -> Preferences'
  10. Expand 'Java > Code Style > Code Templates'
  11. Import bp-build/src/main/config/eclipse/bp-code-templates.xml
  12. Expand 'Java > Code Style > Formatter'
  13. Import bp-build/src/main/config/eclipse/bp-code-style.xml
  14. Expand 'Java > Editor > Templates'
  15. Import bp-build/src/main/config/eclipse/bp-templates.xml
  16. Expand 'Maven > Lifecycle Mappings'
  17. Click 'Browse...'
  18. Select bp-build/src/main/config/eclipse/bp-lifecycle-mapping-metadata.xml
  19. Click 'OK'

Configuring IDEA

To configure IntelliJ IDEA for Black Pepper projects:

  1. Checkout the project: git clone [email protected]:BlackPepperSoftware/bp-build.git
  2. Build the settings jar: cd bp-build/src/main/config && ./make-jar.sh
  3. Open IDEA
  4. Select 'Import Settings..."
  5. Select bp-build/src/main/config/settings.jar
  6. Click 'OK'
  7. Click 'OK'
  8. Click 'OK' to restart IDEA
  9. Select the "Black Pepper" scheme in IDEA for your project (Settings -> Code Style -> Java -> Scheme -> "Black Pepper")

License

Build Status

uk.co.blackpepper

Black Pepper Software

An agile software development company focused on providing business value.

Versions

Version
1.3.0
1.2.0
1.1.0