Questions tagged [artifact]

Artifact term is used in software development which implies a part or final software solution deployed on execution environments

Software Artifact/s being produced by tools such as , , , , and many more. These artifacts are stored at for distribution.

Useful Links

Wikipedia Page

479 questions
0
votes
1 answer

Resolve workspace artifacts option in Eclipse generates error when one of the resolving projects is opened

I have a maven project A, with 4 submodules. I have another maven project B, without any submodules. One of the 4 submodules of A, references project B. When I do clean install on project A, I receive an error message: [ERROR] Failed to execute goal…
onderbewustzijn
  • 935
  • 7
  • 32
0
votes
1 answer

How to run mvn if there is no maven installed on the target machine

Is it possible to run mvn commands if there is no maven installed on the target machine? I know this is a strange one. Is this possible using some wrapper tool/utility which has maven/etc tools inbuilt in the wrapper tool/utility? This is what I'm…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

could not deploy the maven because of this issue,how to resolve?

ArtifactTransferException: Failure to transfer org.apache.cxf:cxf-bundle-jaxrs:jar:2.7.5 from http:// repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of …
0
votes
1 answer

what are some best practices for maven artifact naming when multiple code branches exist?

Suppose we have an app that's being developed on trunk and a couple of branches simultaneously - and we'd like to publish artifacts from each dev branch into our maven repo (so that we can run a cluster for each code branch). Currently the 'V' in…
Nikita
  • 6,019
  • 8
  • 45
  • 54
0
votes
1 answer

GAE/Maven error on clean install Plugin "com.google.appengine:appengine-maven-plugin:1.9.18 or one of its dependencies could not be resolved"

I am really struggling to get going with Google App Engine as the setup for the Cloud Endpoints tutorial is not going as smoothly as I'd expected. The tutorial I am trying to follow The issue arises after I have created the MyBean.java and…
Eden
  • 37
  • 7
0
votes
1 answer

is it possible to show contact number of current logged in user when artifact is created in tuleap

We are using the Tuleap 7.0 for Project management. We have a new requirement that we need to show the contact number of current logged in user when a artifact is submitted either in a separate field or in the same field (submitted by). Is it…
Athipatla
  • 422
  • 2
  • 10
0
votes
0 answers

How to avoid tooltips artifacts after form.hide (c# dot.net framework 4.5)

I got an issue with toolips artifacts. In the application main form there is an toolstrip button with a tooltip text enabled. The click event handler of that buttons hides the main form an starts an other…
0
votes
0 answers

Jenkins, Maven, Slaves and artifacts

I have a Master Jenkins running on a Windows machine. I'm trying to add a Linux slave and so far seems fine. For some reason if a new project is ran on the Linux Machine that triggers another project due to dependencies, the build fail because is…
javydreamercsw
  • 5,363
  • 13
  • 61
  • 106
0
votes
1 answer

How include dependencies in jar during sbt test:package goal?

Official documentation said that artifact can be easy published after test:package task. But how include dependencies to it during this task?
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Drools 6 No Connector available to access repository

We just started with Drools 6 and are trying to use Rules Artifacts from our internal Nexus repository. When the artifact exists in the local repository everything is working fine. However, when trying to retrieve an artifact from the repository we…
phivo
  • 183
  • 2
  • 16
0
votes
1 answer

Artifact missing error when I add jar file in Maven

I use maven to manage my jar files in my project.Firstly ,I download the org.apache.mrunit of version 0.8.0-incubating.But I find that it is not compatiable with my project so I remove it and what to re-download a 1.0.0 version.But I cannot download…
wuchang
  • 3,003
  • 8
  • 42
  • 66
0
votes
1 answer

How to remove maven artifcat completely from SpringSource?

I have a local maven repository and installed a custom artifact. It works if i reference it in other projects. But now i want to use a server for a "own maven repository". If i delete the artifact from the local maven repository, i assumed that the…
user2000811
  • 261
  • 1
  • 3
  • 16
0
votes
1 answer

Tuleap - Assign back to Artifact Submitter

in the field usage section of tuleap, i have selected bind to users option, in that i selected list of groups available and also artifact_submitter option. So,when a submitter(user1) fills the task and assign it to the user2, the assigned person…
0
votes
1 answer

How to create jar file for ANE in IntelliJ?

I use Eclipse for Java that works well and for AS3 use IntelliJ that is much better. But IntelliJ do not know create working jar file for ANE. Does anyone know how to set the project/artifact in IntelliJ for correct and working jar file?
Abedron
  • 744
  • 1
  • 6
  • 20
0
votes
1 answer

Nexus OSS can't find some artifacts with lucene REST API SHA1 search

I am trying to use the restful lucene search feature on nexus oss 2.8.0-05 to find jars in our local repository. It works fine for everything hosted within our repository but seems to have problems searching for artifacts by SHA1 when they are…
mangoboy
  • 1
  • 1