Git Product home page Git Product logo

crumbutil's Introduction

Badge Icon

CrumbUtil

A utility library for crumbleworks projects.

Java Version

The library is designed to work against Java8. And will stay that way for the forseeable future.

Why?

This project was started about a decade ago when apache commons and google guava were the big two utility libraries everyone used. And they were big, clunky and unweildy. So we built our own.

Development

Contributors

Report Bugs

If you happen upon bugs and/or behaviour you think is wrong, please report a bug under the Issue-Tracker.

Toolchain

How to contribute

Write code. Make a PR. Explain Why.

Eclipse Setup

run mvn clean eclipse:eclipse -DdownloadSources -DdownloadJavadoc

crumbutil's People

Contributors

mcdonnough avatar dotsp0t avatar

Watchers

 avatar  avatar

crumbutil's Issues

Utility to get all available ResourceBundles at runtime

A utility to get a list of all available ResourceBundles and PropertyResourceBundles at runtime. Should produce something like a multilevel map:

Map<bundlename, Tuple<type, List> (where type says if its a bundle or propertybundle)

Use custom profile for maven-gpg-plugin

  • Move the maven-gpg-plugin into a custom profile like the following:
<profiles>
    <profile>
        <id>package-artifact</id>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-gpg-plugin</artifactId>
                    <version>1.5</version>
                    <executions>
                        <execution>
                            <id>sign-artifacts</id>
                            <phase>verify</phase>
                            <goals>
                                <goal>sign</goal>
                            </goals>
                        </execution>
                    </executions>
                </plugin>
            </plugins>
        </build>
    </profile>
</profiles>
  • Update the Actions to use this profile

This will allow the build to be run locally without the GPG-plugin running by default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.