Coder Social home page Coder Social logo

Comments (6)

in-fke avatar in-fke commented on July 2, 2024

Related: #227

from basyx-java-server-sdk.

in-fke avatar in-fke commented on July 2, 2024

Just found out I can comment it out completely, and build still works.

			<!--
				<plugin>
					<groupId>org.eclipse.dash</groupId>
					<artifactId>license-tool-plugin</artifactId>
					<version>1.1.1-SNAPSHOT</version>
					<executions>
						<execution>
							<id>license-check</id>
							<goals>
								<goal>license-check</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
			-->

And I just found that <pluginRepository> is there, but it does not get picked up for some reason.
Probably a problem from my part, having <mirror> declarations in the Maven settings.xml.

	<pluginRepositories>
		<pluginRepository>
			<id>dash-licenses-snapshots</id>
			<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</pluginRepository>
	</pluginRepositories>

from basyx-java-server-sdk.

in-fke avatar in-fke commented on July 2, 2024

ok, my settings.xml needed something like

<mirrorOf>*,!dash-licenses-snapshots</mirrorOf>

question remains: do you want / need to rely on the SNAPSHOT version?

from basyx-java-server-sdk.

FriedJannik avatar FriedJannik commented on July 2, 2024

Hi @in-fke,
Thanks for bringing this up.
You're right that we could switch to the release version of this plugin.
The project builds without this plugin as it is not a code dependency.
We will discuss this internally and adjust if necessary.

Since the build issue seems to be a problem on your end, and the build works fine for us and the CI, I think the issue would be resolved, right?

from basyx-java-server-sdk.

in-fke avatar in-fke commented on July 2, 2024

Since the build issue seems to be a problem on your end, and the build works fine for us and the CI, I think the issue would be resolved, right?

Ok, resolving this as is - if you want to take the use of "1.1.1-SNAPSHOT" itself on another level

from basyx-java-server-sdk.

in-fke avatar in-fke commented on July 2, 2024

Actually I followed up into another problem, a transitive dependency of license-tool-plugin

[ERROR] Failed to execute goal org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT:license-check (license-check) on project basyx.parent: Execution license-check of goal org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT:license-check failed: Plugin org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.dash:eclipse-api-for-java:jar:1.0.0 (absent): Could not find artifact org.eclipse.dash:eclipse-api-for-java:jar:1.0.0 in <mirror-repo> -> [Help 1]

Artifact is here, but I did not manage to pull it from there.
https://repo.eclipse.org/content/groups/releases/org/eclipse/dash/eclipse-api-for-java/1.0.0/

tried the following:

		<repository>
			<id>repo.eclipse.org</id>
			<name>Eclipse Releases Repository</name>
			<layout>default</layout>
			<url>https://repo.eclipse.org/content/groups/releases/</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>

from basyx-java-server-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.