Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customization of the template #10

Merged
merged 13 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pom.xml.versionsBackup
TESTS-TestSuites.xml
*.db
*/dat/out
/.settings/
.idea
suarezgpablo marked this conversation as resolved.
Show resolved Hide resolved
# to allow each developer customize sonarlint
org.sonarlint.eclipse.core.prefs
org.sonarlint.eclipse.core.prefs
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Status](https://github.com/giis-uniovi/modevo/actions/workflows/test.yml/badge.svg)](https://github.com/giis-uniovi/modevo/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=my%3Amodevo&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=my%3Amodevo)
# MoDEvo - Model-driven approach to maintain data integrity for evolution of column family DBMSs
suarezgpablo marked this conversation as resolved.
Show resolved Hide resolved

This repository contains the modules of the Model-driven engineering approach MoDEvo, which provides the data migrations required to maintain data integrity in a column family DBSM when the database evolves:
Expand Down
2 changes: 1 addition & 1 deletion modevo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>
<name>modevo-bom</name>
<description>MoDEvo bill of materials</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
2 changes: 1 addition & 1 deletion modevo-script/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modevo-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>modevo-script</name>
<description>MoDEvo script module</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
2 changes: 1 addition & 1 deletion modevo-transform/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modevo-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>modevo-transform</name>
<description>MoDEvo transform module</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
20 changes: 16 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<name>modevo</name>
<description>Model-driven approach to maintain data integrity for evolution of column family DBMSs</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down Expand Up @@ -183,6 +183,18 @@
</build>

<developers>
<developer>
<name>Pablo Suarez-Otero</name>
<url>http://giis.uniovi.es</url>
</developer>
<developer>
<name>Michael Mior</name>
<url>https://cs.rit.edu/~dataunitylab/</url>
</developer>
<developer>
<name>Maria Jose Suarez-Cabal</name>
<url>http://giis.uniovi.es</url>
</developer>
<developer>
<name>Javier Tuya</name>
<url>http://giis.uniovi.es</url>
Expand All @@ -191,11 +203,11 @@
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/giis-uniovi/samples-giis-template/blob/main/LICENSE</url>
<url>https://github.com/giis-uniovi/modevo/blob/main/LICENSE</url>
</license>
</licenses>
<scm>
<url>https://github.com/giis-uniovi/samples-giis-template</url>
<url>https://github.com/giis-uniovi/modevo/blob/main/LICENSE</url>
</scm>

<!-- To publish packages (mvn deploy) a profile must be specified (github for snapsots and maven central for releases) -->
Expand All @@ -206,7 +218,7 @@
<snapshotRepository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/giis-uniovi/samples-giis-template</url>
<url>https://maven.pkg.github.com/giis-uniovi/modevo</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ sonar.projectName=modevo
sonar.organization=giis
sonar.projectVersion=1.0
sonar.java.source=17
sonar.modules=samples-giis-template-m1,samples-giis-template-m2
sonar.modules=modevo-transform,modevo-script
sonar.sources=src/main/java
sonar.sourceEncoding=UTF-8
sonar.tests=src/test/java
sonar.java.binaries=target/classes
sonar.java.test.binaries=target/test-classes
sonar.language=java
sonar.junit.reportsPath=**/target/surefire-reports
sonar.coverage.jacoco.xmlReportPaths=**/target/site/jacoco/jacoco.xml
sonar.java.libraries=${env.HOME}/.m2/repository/org/projectlombok/lombok/**/*.jar
sonar.coverage.jacoco.xmlReportPaths=**/target/site/jacoco/jacoco.xml