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
0 answers

How can I generate multiple Jenkins artifacts and zip them together?

I'm using Jenkins to generate a war file, which so far, works, but I need to grab this war file and zip it together with some script files located in the project's workspace. I'm really new with Jenkins and don't know how to proceed, any help would…
Sceamer
  • 1
  • 1
0
votes
1 answer

Building an artifact from a modified maven project with Intellij

i am trying to build an artifact from a modified maven project imported in intellij (v2016.2). Have managed to: (1) Import/build a multi module maven project in intellij (2) Successfully built/run an artifact as a single jar from the project (3)…
gep
  • 93
  • 1
  • 7
0
votes
2 answers

Q: OKTA is artifact binding and unsolicited Identifier Provider access supported?

We have read the OKTA guides, but have two unresolved questions: does OKTA support Artifact binding https://en.wikipedia.org/wiki/SAML_2.0#HTTP_Artifact_Binding does OKTA/SAML 2.0 support unsolicited Identity Provider (IdP) artifact binding, or is…
0
votes
1 answer

Enterprise Architect - Generate Documentation - Include Document Artifact as attachment

I have an excel document artifact which I have uploaded as a Internal document and associated to requirement element. Is it possible to embed this document as an attachment when using the option "Generate Documentation"?
0
votes
1 answer

Remove artifact from nexus without GUI

Is there any way to remove artifact from nexus repository without GUI, or rewrite releases and clean just snapshots?
jenius
  • 257
  • 1
  • 4
  • 17
0
votes
3 answers

Error publishing Jenkins Artifact to Artifactory

I'm having an issue publishing a zip file into Artifactory (version 4.4.2) from Jenkins (version 2.0). Both the machines are using Windows Server 2012 all I get is the below error message, has anyone come into this problem before? For pattern:…
0
votes
1 answer

Maven: 1.7.4 openejb dependancy fails

Wanted to make use of openejb on top of tomcat v7 using maven instead of installing tomee. Referring to Apache documentation, 3 dependencies have to be added to the maven project. org.apache.openejb
eric A
  • 786
  • 6
  • 6
0
votes
1 answer

Artifact in bamboo

I want to ask you one question. I'm trying to do artifact in bamboo but when I build a project with trigger in logs about artifacts I have this one - "Unable to publish artifact" and I don't know what I need to do. When I create artifact in location…
Mateusz
  • 615
  • 1
  • 6
  • 16
0
votes
1 answer

maven-ant-tasks doesn't resolve the latest artifact version from the local repository

probably it will sound like silly question but I'm stuck. I have ant build.xml which has maven-ant-tasks
Denis Voloshin
  • 768
  • 10
  • 32
0
votes
1 answer

How to check if an artifact exist in Artifactory based on a local ivy file

I thought ivy:info task would do the job by... But even when the artifact does not exist on the…
Scott Chang
  • 301
  • 4
  • 11
0
votes
1 answer

How does IdP know if SP supports artifact messages?

In SAML 2.0, IDP could choose to send artifact and have SP resolve. How does IdP know that SP supports artifact or not?
mchan
  • 1
  • 1
0
votes
1 answer

Pushing a .NET artifact built by NuGet to Nexus using Bamboo

I have a .NET project for which there is a Bamboo plan configured. My .NET artifact is built by NuGet and I would like to push this artifact to Nexus using Bamboo. I am relatively new to Bamboo and badly stuck with this issue. Any help or…
0
votes
3 answers

IntelliJ IDEA - mysql in artifact (JAR) missing

So.. this is driving me nuts. Day 2 of trying to get mysql working on Java and it's still not working. I'm developing a Java application on Windows using IntelliJ IDEA (latest version), exporting it as JAR (Build artifact) and running it on a Ubuntu…
Someone
  • 21
  • 4
0
votes
1 answer

Cannot find missing com.css maven artifacts in spring tools suite

I am trying to compile a Maven project in the Spring Tools Suite version 3.7 and Maven version 3.3.3. It fails with Could not resolve dependencies for project com.ccs:ccs-nbook-service:jar:0.0.1-SNAPSHOT: The following artifacts could not be…
user3165854
  • 1,505
  • 8
  • 48
  • 100
0
votes
2 answers

Gradle - Download all version jars of a single groupID:artifactID from Artifactory

I use Gradle to build a project (Java). Gradle 2.3, Java7/8. Works great. To build a project, we define what all libraries we need during compile, test (testRuntime) and runtime stages and we define all those libraries in dependencies section…
AKS
  • 16,482
  • 43
  • 166
  • 258