-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add maven publish in form, commons, program rules, mps and ui components
- Loading branch information
Showing
10 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
VERSION_NAME=1.0-SNAPSHOT | ||
GROUP=org.hisp.dhis.mobile | ||
POM_NAME=Android commons library | ||
POM_ARTIFACT_ID=commons | ||
POM_PACKAGING=aar | ||
POM_DESCRIPTION=DHIS2 Android commons library | ||
POM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_CONNECTION=scm:git:git://github.com/dhis2/dhis2-android-capture-app.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dhis2/dhis2-android-capture-app.git | ||
POM_LICENCE_NAME=BSD | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=DHIS 2 | ||
POM_DEVELOPER_NAME=DHIS 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
VERSION_NAME=1.0-SNAPSHOT | ||
GROUP=org.hisp.dhis.mobile | ||
POM_NAME=Android rules library | ||
POM_ARTIFACT_ID=rules | ||
POM_PACKAGING=aar | ||
POM_DESCRIPTION=DHIS2 Android rules library | ||
POM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_CONNECTION=scm:git:git://github.com/dhis2/dhis2-android-capture-app.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dhis2/dhis2-android-capture-app.git | ||
POM_LICENCE_NAME=BSD | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=DHIS 2 | ||
POM_DEVELOPER_NAME=DHIS 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
VERSION_NAME=1.0-SNAPSHOT | ||
GROUP=org.hisp.dhis.mobile | ||
POM_NAME=Android maps library | ||
POM_ARTIFACT_ID=maps | ||
POM_PACKAGING=aar | ||
POM_DESCRIPTION=DHIS2 Android maps library | ||
POM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_CONNECTION=scm:git:git://github.com/dhis2/dhis2-android-capture-app.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dhis2/dhis2-android-capture-app.git | ||
POM_LICENCE_NAME=BSD | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=DHIS 2 | ||
POM_DEVELOPER_NAME=DHIS 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
VERSION_NAME=1.0-SNAPSHOT | ||
GROUP=org.hisp.dhis.mobile | ||
POM_NAME=Android Data Entry library | ||
POM_ARTIFACT_ID=entryform | ||
POM_PACKAGING=aar | ||
POM_DESCRIPTION=DHIS2 Android data entry library | ||
POM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_CONNECTION=scm:git:git://github.com/dhis2/dhis2-android-capture-app.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dhis2/dhis2-android-capture-app.git | ||
POM_LICENCE_NAME=BSD | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=DHIS 2 | ||
POM_DEVELOPER_NAME=DHIS 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
VERSION_NAME=1.0-SNAPSHOT | ||
GROUP=org.hisp.dhis.mobile | ||
POM_NAME=Android legacy ui Library | ||
POM_ARTIFACT_ID=ui-legacy | ||
POM_PACKAGING=aar | ||
POM_DESCRIPTION=DHIS2 Android legacy ui Library | ||
POM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_URL=https://github.com/dhis2/dhis2-android-capture-app | ||
POM_SCM_CONNECTION=scm:git:git://github.com/dhis2/dhis2-android-capture-app.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/dhis2/dhis2-android-capture-app.git | ||
POM_LICENCE_NAME=BSD | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=DHIS 2 | ||
POM_DEVELOPER_NAME=DHIS 2 |