Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-users] Artifact to allow Stream sources

Hi:

I looked at the Artifact[1] interface and it supports
setFile(File f) to allow upload of an artifact to repository.

If I have a java.io.InputStream source or similar, then I have would to write the stream to a File first before I can upload the artifact.

Q: Is there anyway I can upload an artifact using its stream representation instead of a File representation?

Thanks,
BK

Back to the top