diff --git a/.gitignore b/.gitignore
index 8faf0b95..1620a798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ packageInfo
**/node_modules/
**/.gradle/
**/.metadata/
+**/node/
+**.DS_Store**
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 3d5a8921..a460e2b1 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -10,14 +10,14 @@
../
- software.aws.toolkits.eclipse
amazon-q-eclipse
- 1.0.0-SNAPSHOT
eclipse-plugin
4.0.8
2.25.33
+ v20.9.0
+ 10.1.0
@@ -169,6 +169,23 @@
run
+
+ move-generated-files
+ process-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
@@ -210,10 +227,8 @@
validate
checkstyle.xml
- UTF-8
true
true
- false
src/**/*.java
@@ -262,37 +277,41 @@
- org.codehaus.mojo
- exec-maven-plugin
- 3.4.0
+ com.github.eirslett
+ frontend-maven-plugin
+ 1.15.0
+
+ ${project.basedir}/webview
+ ${project.basedir}/node
+
- build-toolkit-ui
- generate-resources
+ install-node-and-npm
+
+ install-node-and-npm
+
+
+ ${node.version}
+ ${npm.version}
+
+
+
+ build login-ui
- exec
+ npm
- npm
-
- run
- build-ui
-
- ${project.basedir}/webview
+ run build-ui
- install-auth-module
- generate-resources
+ build auth-module
- exec
+ npm
- npm
-
- install
-
${project.basedir}/auth
+ install
@@ -316,30 +335,6 @@
false
-
- org.apache.maven.plugins
- maven-antrun-plugin
- 3.1.0
-
-
- move-generated-files
- process-sources
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-