Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 492 Bytes

File metadata and controls

19 lines (17 loc) · 492 Bytes

Opensource Team Monitor

Allows building reports about open-source team effectiveness

Setup local-dev env:

Add following code into settings.xml (c:\Users\YOUR_PROFILE.m2\settings.xml for Windows)

    <settings>
    <!-- ... other settings ... -->
    <servers>
        <server>
            <id>github</id>
            <username>USER_NAME</username>
            <password>ACCESS_TOKEN</password>
        </server>
    </servers>
    <!-- ... other settings ... -->
</settings>