Replies: 4 comments
-
Hi, I'm still facing this issue, does anyone have some guidance for me? |
Beta Was this translation helpful? Give feedback.
-
I am also experiencing this issue. Any updates? typescript 3.9.7 |
Beta Was this translation helpful? Give feedback.
-
I have a PR up (#3893) that should hopefully address this problem. Would appreciate any feedback on the PR to confirm the implementation makes sense and is compatible with your use case. |
Beta Was this translation helpful? Give feedback.
-
make sure to add your argument(s) starting by tips;
|
Beta Was this translation helpful? Give feedback.
-
❓ Guidance
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
Darwin - 19.6.0 Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141.2.2~1/RELEASE_X86_64 x86_64
The Question
I'm trying to run
npm run build
with with ajava
block intargets
, which executes the following command in one of its steps:"mvn --batch-mode deploy -D=altDeploymentRepository=local::default::file:///var/folders/tq/kpf08kxn6pl0b92jn8rmr9xc0000gn/T/npm-packLPDcsR --settings=user.xml
This does however override the settings in my ~/.m2/settings.xml file, which changes the default-repository to a maven-central-proxy provided for developers.
As a result I am unable to download the required artifacts:
Could not transfer artifact org.apache.maven.plugins:maven-source-plugin:pom:3.2.1 from/to central (https://repo.maven.apache.org/maven2)
Is there any way for me to configure jsii-pacmac to still use my custom artifact repository?
Beta Was this translation helpful? Give feedback.
All reactions