You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
So this is a classic pom.
And when i try to build the project i have this mistake :
--- maven-clean-plugin:2.5:clean (default-clean) @ testIText ---
--- jasperreports-plugin:2.4:jasper (default) @ testIText ---
The POM for com.lowagie:itext:jar:2.1.7.js6 is missing, no dependency information available
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1.040 s
Finished at: 2018-10-02T11:02:28+02:00
------------------------------------------------------------------------
Failed to execute goal com.alexnederlof:jasperreports-plugin:2.4:jasper (default) on project testIText: Execution default of goal com.alexnederlof:jasperreports-plugin:2.4:jasper failed: Plugin com.alexnederlof:jasperreports-plugin:2.4 or one of its dependencies could not be resolved: Failure to find com.lowagie:itext:jar:2.1.7.js6 in http://maven.repository.redhat.com/techpreview/all was cached in the local repository, resolution will not be reattempted until the update interval of jboss-ga-plugin-repository has elapsed or updates are forced -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
I am using maven 3.5.4 and java 1.8.0_181
So do you have already encountered this problem or is this new ? And do you have any idea how it could be resolved ?
The text was updated successfully, but these errors were encountered:
Hello, i am trying to use your plugin and i face an error i can't resolve. I created an empty project with this pom.xml :
So this is a classic pom.
And when i try to build the project i have this mistake :
I am using maven 3.5.4 and java 1.8.0_181
So do you have already encountered this problem or is this new ? And do you have any idea how it could be resolved ?
The text was updated successfully, but these errors were encountered: