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
4
votes
1 answer

Maven dependency get artefact from authentified Nexus

I want to download a Jar that is on a closed (authentified) Nexus. I want to do this via Maven, to be technology agnostic (it can work with Nexus or Artifcatory for example). I found this intersting plugin:…
toni07
  • 356
  • 7
  • 20
4
votes
6 answers

Intellij IDEA - JavaFX packager : access denied

I'm trying to generate an artifact of my JavaFX application using Intellij but for some reason I always end up having JavaFX packager throwing an access denied error on my output directory. Generating a simple jar works fine though. I'm using it on…
Max
  • 197
  • 4
  • 15
4
votes
2 answers

Deploy to artifactory via python script

I am trying to create a python script that can deploy an artifact to Artifactory. I am using Python 3.4 and I want the resulted script to put it through py2exe, so external libraries might create issues. Through all my research, I found that one…
KKO
  • 1,913
  • 3
  • 27
  • 35
4
votes
2 answers

how to attach additional binary artifacts without type with maven build-helper-maven-plugin

I have a project that builds GO binaries without any extension and I need to install/deploy these artifacts to maven repo. I have tried build-helper-maven-plugin, but it defaults the type to 'jar'. I tried with , it still defaults to 'jar'. Does…
Jinglei
  • 41
  • 2
4
votes
2 answers

Bamboo artifact sharing - what is default branch

I have a build plan B which downloads an artifact from plan A. From which branch on plan A will the artifact's be downloaded. Is it master or the same branch as the one being build on plan B? With other words, will the branch be the same accros…
4
votes
1 answer

Export projects as .jar in IntelliJ

I've recently switched from Eclipse to IntelliJ, and i'm a bit confused as to how to export projects as .jars. I've seen other posts, where the answer is to go to File > Project Structure > Artifacts, and add a new build artifact, and then use Build…
Maurdekye
  • 3,597
  • 5
  • 26
  • 43
4
votes
1 answer

Adding module name in Gradle build

We just moved from Ant+Ivy builds to Gradle.My project structure is Project A which has two sub modules : module1 and module2 Both module1 and module2 have their own build.gradle files.The problem is when I publish an artifact from module1,I…
Shweta
  • 924
  • 14
  • 23
4
votes
1 answer

TeamCity: Parameter in artifact setup, unable to be changed from service message

I have a build configuration in TeamCity, which creates a zipped artifact. The artifact contains the %build.number% parameter in the zipfile name. I want to change the build number from a custom tool through a service message. This is working fine…
suprmorten
  • 43
  • 4
4
votes
2 answers

Copy an artifact from jenkins to another server with new name

I have a few jobs that automatically build a java app. I would like it to automatically push it to a other server. I found a plugin that copies artifacts over ssh, but using it I end up with app-1.0-SNAPHSHOT.jar, app-1.1-SNAPHSHOT.jar and so on on…
varesa
  • 2,399
  • 7
  • 26
  • 45
3
votes
0 answers

Custom Control - Why do I have a garbled Textblock visual artifact?

I am developing a custom control in WPF/C# that involves a scale. The scale shows numeric labels (TextBlock instances) at key ticks along the scale as one would expect. When doing some manual testing I came across a strange scenario where if I have…
Jeff L.
  • 226
  • 1
  • 3
  • 13
3
votes
1 answer

Is it possible to set the expiration of artifact to 'next-successful-build' in gitlab?

In the documentation, it seems that we can set the expire-in to several days or weeks. But I cannot decide an accurate fixed date. Is it possible to always keep the 'lastest' artifact, and remove the old one when a new one is successfully built?
D Asp
  • 85
  • 8
3
votes
2 answers

iFrame showing a grey line in mobile safari only

I designed a simple corporate site, and have spent more time trying to debug this rendering issue than I have getting stuff to work correctly in PHP! I have an iframe. On all other browsers (even Safari on the desktop) it renders correctly, but on…
Vinod Tonangi
  • 43
  • 1
  • 5
3
votes
1 answer

How to use dawidd6/action-download-artifact with pull_request trigger

This is a question for the github workflow action dawidd6/action-download-artifact. There is no discussion board in https://github.com/dawidd6/action-download-artifact, so asking this question in this forum. This is how I wish to use this workflow…
3
votes
1 answer

Exclude a folder with .artifactignore

I'm building a pipeline where my staging directory looks like this: . └── a ├── b │ ├── c <-- exclude everything under this │ │ └── d │ │ ├── big_file_1 │ │ └── big_file_2 │ ├── file_1 │ └──…
Mike Henderson
  • 2,028
  • 1
  • 13
  • 32
3
votes
1 answer

Gradle publishing to Maven adds a suffix that does not seem to work from Maven POM dependencies

When I publish to a local maven repository from a Gradle project, I find that the main JAR file has a -plain suffix. pdffer/pdffer-template/1.0-SNAPSHOT ➜ ll total 32 -rw-r--r-- 1 fedmest staff 918B Sep 1 16:39…
fedmest
  • 709
  • 5
  • 17