Open FrankOsn opened 5 years ago
@FrankOsn please pull the latest changes from "next" branch and try again. Let me know the results. Good luck!
Only compiling on neatbeans give me a success build. When trying to call via mvn, both windows and linux fail.
I'm attaching the error Log from windows env. As for linux, I think it's more like a maven plugin error. I'll dig in a bit more and share my results.
did you do mvn clean install
?
works for me on Win
Yup. Did it. I’ll check for the maven installation. Maybe I miss something. Aside that, the only way to run it was on netbeans win env.
are you sure there is no additional {user.profile}\.m2\settings.xml
?
Hi.
I'm using the 5.7.0-SNAPSHOT (master of soapui) and I can confirm these snapshots don't exist in https://rapi.tools.ops.smartbear.io/nexus/content/groups/public/com/smartbear/utils/analytics/analytics-core/ repository. Maybe you have a batch cleaning the snapshots after a delay ?
<analytics.version>5.6.0-SNAPSHOT</analytics.version>
<dependency>
<groupId>com.smartbear.utils.analytics</groupId>
<artifactId>analytics-core</artifactId>
<version>${analytics.version}</version>
</dependency>
<dependency>
<groupId>com.smartbear.utils.analytics</groupId>
<artifactId>out-app-analytics-provider</artifactId>
<version>${analytics.version}</version>
</dependency>
The last version at this date is the 5.5.1.
If you don't have changes in the analytics, can you please leave the release version in the pom ? If you have changes, can you please release the snapshots or publish the repo on Github ?
Thank you.
Could not resolve dependencies for project com.smartbear.soapui:soapui:jar:5.6.0-SNAPSHOT: The following artifacts could not be resolved: com.smartbear.utils.analytics:analytics-core:jar:5.6.0-SNAPSHOT, com.smartbear.utils.analytics:out-app-analytics-provider:jar:5.6.0-SNAPSHOT: Failure to find com.smartbear.utils.analytics:analytics-core:jar:5.6.0-SNAPSHOT in https://www.soapui.org/repository/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of smartbear-soapui-repository has elapsed or updates are forced