Hello,
When trying to make a sirius web based application that depends on pepper, I get an error when I try to put pepper-starter as a dependency in my pom.xml. I followed the steps described here, but when I do the command mvn install, I get the following error:
Failed to collect dependencies at pepper:pepper-starter:jar:2026.3.0: Failed to read artifact descriptor for pepper:pepper-starter:jar:2026.3.0: Could not find artifact pepper:pepper-parent:pom:${revision} in github-pepper (https://maven.pkg.github.com/ObeoNetwork/pepper)
From what I understand the command tries to install the version ${revision} of pepper-parent that doesn't exist. here is the content of my $HOME/.m2/repository/pepper folder after I run the command:
├── pepper-parent
│ └── ${revision}
│ └── pepper-parent-${revision}.pom.lastUpdated
└── pepper-starter
└── 2026.3.0
├── pepper-starter-2026.3.0.pom
├── pepper-starter-2026.3.0.pom.sha1
└── _remote.repositories
Do you have ideas about why this happens ?
Thank you very much
Hello,
When trying to make a sirius web based application that depends on pepper, I get an error when I try to put pepper-starter as a dependency in my pom.xml. I followed the steps described here, but when I do the command
mvn install, I get the following error:From what I understand the command tries to install the version ${revision} of pepper-parent that doesn't exist. here is the content of my
$HOME/.m2/repository/pepperfolder after I run the command:Do you have ideas about why this happens ?
Thank you very much