personium / personium-ex-slack-messenger

A Personium engine extension for connecting with Slack APIs
Apache License 2.0
0 stars 5 forks source link

Name of the generated jar file should match repository name. #4

Open SawamiWataru opened 6 years ago

SawamiWataru commented 6 years ago

pom.xml

    <profiles>
        <profile>
            <id>standard</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <properties>
                <final.name>personium-ex-slack</final.name>
            </properties>
        </profile>
    </profiles>