Closed marcorcau closed 1 month ago
In the README.md file, you could change the development profile name and use one of those already defined:
development
mvn clean install -P desarrollo -DskipTests
That's right, the active profile is desarrollo, not development
In the README.md file, you could change the
development
profile name and use one of those already defined:mvn clean install -P desarrollo -DskipTests