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

"Meta-artifact" on Gradle

I have a project that publishes two artifacts to a Maven repo with Gradle. I would like to publish a third "empty" artifact that could serve as a meta/virtual package for the other two, so that any other project could reference just the meta…
user1294431
  • 635
  • 1
  • 6
  • 18
0
votes
2 answers

Downloading Nexus artifacts to Jenkins Job workspace

I have an use case where I need to download selected jar files from nexus repository to a Jenkins job workspace and run a program over the downloaded jar files. (I Want to use the .class files in the jars) Is there any Jenkins plugin available for…
sathishvisa
  • 315
  • 1
  • 5
  • 16
0
votes
1 answer

how to search maven artifact using mojo?

I'm wring mojo to download artifact from repo (Nexus). But most of the time I know only artifact Id , and version. Is there any way to download artifact only using artifact Id and group id?
user1741249
  • 43
  • 1
  • 8
0
votes
1 answer

EasyWSDL has missing dependencies

I am trying to add a WSDL module to my existing application, but I'm struggling to get the dependencies resolved. According to their website, this is the correct…
Pieter-Jan
  • 1,675
  • 2
  • 19
  • 25
0
votes
1 answer

Building Jar in IDEA freezes

I am trying to build a jar in IntelliJ Idea. (Project structure-Artifacts-Add artifact-Choose module-Create jar). Then I am pressing Build-Build artifacts-Choose my Jar-Build. And then Idea just reading pom.xml in background and no jar for me. What…
user1679671
-1
votes
1 answer

How can i release only artifacts that have changed in Azure DevOps?

I have one release with many artifacts, and every night I have scheduled deployments of this release. But usually only 1-2 artifacts have changes, the rest of it, none. I have like 30 artifacts, and if I want to do a realease because I have changed…
-1
votes
3 answers

How to ignore a file using find command

I'm trying to find artifact using the command name: Get path to Java artifact run:echo JAVA_ARTIFACT=$(findbuild/libs/*.jar -type f) >>$GITHUB_ENV The problem is I have 2 artifacts in that directory build/libs/abc.jar build/libs/abc-plain.jar I…
-1
votes
1 answer

Email upstream job artifact in jenkins

I have two jenkins jobs - JobA(upstream) and JobB(downstream). JobA generates the artifact TestReport.zip. I want to take TestReport.zip artifact in JobB and send it as an attachment in an email sent from JobB. I tried copy artifact plug in, but no…
-1
votes
1 answer

Cannot select WSO2 artifacts for CAR file

I am trying to package my composite application in WSO2 but the pom file is being shown as a standard eclipse pom, not a WOS2 pom. This makes it very difficult to be able to choose which artifacts to include in my CAR file. Is there a way to fix…
-1
votes
1 answer

Why Missing artifact?

This is part of the pom io.swagger swagger-models 1.0.1 com.mangofactory
Minapoli
  • 109
  • 4
-1
votes
1 answer

What is the point of the Remember Me option on website logins? What is stopping developers from ALWAYS remembering the user?

Is it simply an artifact of the old fear (still around in some places) of cookies? I also would like to know if it is bad practice to simply pass in user names from an outbound email.
user285514
-2
votes
1 answer

Windows 10, "hosts" file change automatic

My "hosts" file (C:\Windows\System32\drivers\etc\hosts) change itself automaticaly allways. The file include my project artifactory ip adress and its allways getting block with comment or the whole page delete and became blank. It's happend…
Tal Ayash
  • 1
  • 2
-3
votes
1 answer

What does the word "Artifact" means when it is mentioned in during software development? Is it a source-code or document or can be both?

I am quite confused a bit when sometime people say the word "artifact". For example, please show me the artifact. Anyone could give me an example what the artifact mean and when we should say it? Why don't say that document or this library or…
CodeMobiles
  • 91
  • 2
  • 2
-3
votes
1 answer

How to get the Artifact id for existing project in POM.XML in maven

I unfortunately removed the artificate id. So, can anyone tell me to to retain that in Maven?
1 2 3
31
32