https://github.com/gip-recia/esco-changeetablissement
Portlet uPortal de changement d'établissement
https://github.com/gip-recia/esco-changeetablissement
java javascript portlet uportal
Last synced: 7 months ago
JSON representation
Portlet uPortal de changement d'établissement
- Host: GitHub
- URL: https://github.com/gip-recia/esco-changeetablissement
- Owner: GIP-RECIA
- License: apache-2.0
- Created: 2013-06-10T13:37:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T11:11:59.000Z (about 1 year ago)
- Last Synced: 2024-11-13T12:20:49.299Z (about 1 year ago)
- Topics: java, javascript, portlet, uportal
- Language: JavaScript
- Size: 1.43 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esco-ChangeEtablissement
Portlet uPortal de changement d'établissement
## Maven commands
* To run test ldap dao class with apacheDS in debug
```
mvn clean test -Dtest=org.esco.portlet.changeetab.dao.impl.LdapEtablissementDaoTest -Dcom.unboundid.ldap.sdk.debug.enabled=true -Dcom.unboundid.ldap.sdk.debug.leve=INFO
```
* To run in dev mode use command :
```
mvn clean portlet-prototyping:run
```
you can set user properties on pom.xml, in the maven portlet plugin configuration.
* To release the app
```
mvn clean package release:prepare -Dmaven.test.skip=true
```
If you run test cases before use the argument `-Darguments="-DskipTests"` if you want to avoid to run test cases.
And finally :
```
mvn release:perform -Dmaven.test.skip=true
```