Replies: 4 comments
|
Hi, I'm still facing this issue, does anyone have some guidance for me? |
0 replies
|
I am also experiencing this issue. Any updates? typescript 3.9.7 |
0 replies
|
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. |
0 replies
|
make sure to add your argument(s) starting by tips;
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
❓ Guidance
Affected Languages
TypeScriptorJavascriptPythonJavaC#,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 buildwith with ajavablock 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.xmlThis 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?
All reactions