workgin pom.xml

This commit is contained in:
Alfredo Oliviero 2025-11-05 10:44:13 +01:00
parent 299e1e89a9
commit e61ecb7e2d
3 changed files with 50 additions and 21 deletions

43
README.md Normal file
View File

@ -0,0 +1,43 @@
# gCube System - My VREs Portlet
## Structure of the project
* The source code is present in the src folder.
## Built With
* [OpenJDK](https://openjdk.java.net/) - The JDK used
* [Maven](https://maven.apache.org/) - Dependency Management
## Documentation
* Use of this service is described in the [Wiki](https://wiki.gcube-system.org/gcube/User%27s_Guide).
## Change log
See [Releases](https://code-repo.d4science.org/gCubeSystem/my-vres/releases).
## Authors
* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
## Maintainers
* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
* **Alfredo Oliviero** ([ORCID]( https://orcid.org/0009-0007-3191-1025)) - [CNR-ISTI Infrascience Group](https://infrascience.isti.cnr.it/)
## License
This project is licensed under the terms specified in the [LICENSE.md](LICENSE.md) file.
## About the gCube Framework
This software is part of the [gCubeFramework](https://www.gcube-system.org/): an
open-source software toolkit used for building and operating Hybrid Data
Infrastructures enabling the dynamic deployment of Virtual Research Environments
by favouring the realisation of reuse oriented policies.
The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md)

View File

@ -24,5 +24,5 @@ dependencies {
// Local modules (if needed for shared services)
implementation project(":modules:portal-manager")
implementation project(":modules:usermanag")
// implementation 'org.gcube.vomanagement:usermanagement'
}

26
pom.xml
View File

@ -7,6 +7,7 @@
<artifactId>d4science-liferay-74-modules</artifactId>
<groupId>d4science-liferay-74</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.gcube.portlet.user</groupId>
<artifactId>my_vres</artifactId>
@ -14,21 +15,6 @@
<name>my-vres-portlet</name>
<packaging>jar</packaging>
<repositories>
<repository>
<id>gcube-releases</id>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-releases</url>
</repository>
<repository>
<id>gcube-snapshots</id>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-snapshots</url>
</repository>
<repository>
<id>gcube-externals</id>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-externals</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
@ -79,14 +65,14 @@
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.gcube.portlets</groupId>
<groupId>org.gcube.vomanagement</groupId>
<artifactId>portal-manager</artifactId>
<version>LATEST</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gcube.portlets</groupId>
<artifactId>usermanag</artifactId>
<version>LATEST</version>
<groupId>org.gcube.vomanagement</groupId>
<artifactId>usermanagement</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>