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: 9 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: 2025-02-20T18:27:12.000Z (9 months ago)
- Last Synced: 2025-03-06T18:03:25.939Z (9 months ago)
- Topics: java, javascript, portlet, uportal
- Language: JavaScript
- Size: 1.44 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 20
-
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
```