Home Answers Viewqa Maven How To get DgroupId while using maven.

 
 


Mohit Jain
How To get DgroupId while using maven.
0 Answer(s)      a year and 3 months ago
Posted in : Maven

Hello everyone,

I read "http://www.roseindia.net/maven2/installingandgettinghandson_maven.shtml" and tried it and it is working,

but when i want to make other project for speech to text converter ,i can't find the right "DgroupId", also i can't get how to make the right DgroupId,

I tried "mvn archetype:create -DaechetypeGroupId=org.apache.maven.archetypes -DroupId=com.xebia.speech-to-text-converter -DartifactId=speech-to-text-converter"

then it shows error "Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:create (default-cli) on project standalone-pom: Error creating from archetype: Group ID must be specified when creating a new project from an archetype."

I can't get how to remove error by making right DgroupId, please help me.

View Answers









Related Pages:
How To get DgroupId while using maven.
How To get DgroupId while using maven.  Hello everyone, I read... converter ,i can't find the right "DgroupId", also i can't get how to make... project from an archetype." I can't get how to remove error by making right
Maven Jobss Plugin - Maven
Maven Jobss Plugin  How to deploy your application using maven tool... we were using maven 2 as build tool. Later on we decided to deploy our... application on Jboss using maven 2: Step 1: Add the following code into pom.xml
Installing and Getting Hands on Maven
the packaging element is set to jar. This is how Maven knows to produce a JAR file from... Installing and Getting Hands on Maven   ... file, let us shift on trying something out. Download Maven from
Mockstrutstest case in Weblogic - Maven
with Maven 2 using MockStrutsTestCase. The web.xml file is not loading even after I set the servlet config file with setServletConfigFile. I get the follwoing error junit.framework.AssertionFailedError: Received an exception while
Error with Maven while deploying the war file
Error with Maven while deploying the war file  Hi, I am new to maven... I created java spring hibernate project.. and i kept all .java files... and inside the pages folder i kept all jsp pages... After this using the command
Local Maven Depenency
Local Maven Depenency  Hi, What is local maven dependency? How to manage local maven dependency? Thanks   Hi, If some library is not available on the public maven repository you can add it to the local maven
Error with Maven while deploying the war file
Error with Maven while deploying the war file  Hi, I am new to maven... I created java spring hibernate project.. and i kept all .java files... web.xml and inside the pages folder i kept all jsp pages... After this using
Artifactory Maven, Artifactory 1.2.5, Maven 2 Enterprise Repository Released
repository for Maven 2. It offers advanced proxying, caching and security features for creating a solid, reproducible and independent build environment when using Maven inside a corporate. Artifactory exposes a robust web based artifacts
MyEclipse - Maven
MyEclipse  How to run servlet programs in MyEclipse . Please give me the path and how to add JAR files. I am using MyEclipse 6.0 Thanks and Regards, senthilkumar.p
hibernate maven
In this section, you will learn how to a generate simple java Hibernate project using Maven project builder
Local repository in Maven
Local repository in Maven  How to read the jars/plugins from local instead of online while building an application with Maven. Any detailed steps will be appreciated
maven fortify plugin
maven fortify plugin  hi, I am trying to generate a fortify report using maven. I have downloaded plug-ins fortify-plugin-1.0... a fortify report of a java source code using maven tool? Regards, Swagatika
Maven Eclipse Integration - IDE Questions
Maven Eclipse Integration  How to integrate Maven with eclipse? Hi, If you are using maven to build, test and deploy your java... steps: 1: Create... are using maven to build, test and deploy your java application and you wish
build failure error with maven
for the sun.misc.BASE64Encoder. how to resolve this error I am using jdk1.5 with Galileo...build failure error with maven  hi, when i clean install a maven file... instances of using BASE64Encoder in the core which generates a compiler warning. Apache
hibernate 3.5 maven
In this section, you will learn how to a generate simple java Hibernate 3.5 project using Maven project builder
Adding maven plugin to Eclipse ide
credentials and who we get the logging credentials . Given process i am using to add maven plugin to eclipse ide. In Eclipse ide: Help->Install new...Adding maven plugin to Eclipse ide  Hi, I want to add the maven
Maven Exclusion - Maven
Maven Exclusion  While doing a project I was encountered a problem... jsf-api-1.2_06.jar jsf-impl-1.2_06.jar Here is the full code of maven-war plugin maven-war-plugin 2.0.2 **/jdbc.properties   Hello,My problem
Maven 2: Features
; Building configuration using maven are portable to another machine... Maven 2: Features       Maven is a high-level, intelligent project management, build and deployment
How to Configure pom.xml file in Maven ?
How to Configure pom.xml file in Maven ?  How to Configure pom.xml file in Maven
maven build failed
maven build failed  Hi, I have downloaded the maven 3.0.4 and extracted it.and I have seted the path correctly. I am following steps from... -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId
maven build failed
maven 3.0.4 build failed  Hi, I have downloaded the maven 3.0.4 and extracted it.and I have seted the path correctly. I am following steps... archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId
How to get the data from the database using Servlet or JSP program
How to get the data from the database using Servlet or JSP program  ... the problem   Get data from database using servlet Retrieve data from database using JSP Get data from database using JSP
Maven 2 Eclipse Plug-in
from   http://www.eclipse.org/downloads/ 2. Get Maven-eclipse-plugin-plugin... Maven 2 Eclipse Plug-in      ... the Maven Plugin with your eclipse IDE. Why Maven with Eclipse Eclipse is an industry
How to get data from Oracle database using JSP
How to get data from Oracle database using JSP  hello i have a simple problem in jsp in the sense to get data from the database like oracle . I have..."); while(rs.next()) { out.println(rs.getInt(1)); out.println(rs.getString(2
how to get popup fro servelt to jsp by using ajax........
how to get popup fro servelt to jsp by using ajax........  how to get popup fro servelt to jsp by using ajax. I went popup in jsp page when my form submit successfully. through servlet can any buddy give r explian how to write
Mistakes To Be Avoided While Writing Articles
necessary. Just imagine how boring it may get if you have to read a huge text blob... Mistakes To Be Avoided While Writing Articles   ... are using, be it first person (me, I), second person (we, you, us) or third
While loop Statement.
While loop Statement.   How to Print Table In java using While Loop
generation - Maven
generation  I have 2 config files to a file "monappli.properties" and a file "log4j.xml" the problem is that I was asked to generate the JAR files and two outside the JAR! I do not know how outsourced both files Help
create web application using maven
In this section, you will learn to create a web application using maven
Get and Display using JOptionPane
Get and Display using JOptionPane  Hello everyone, I have been asked by my lecturer to do a simple program. But, I don't have the idea how to start on in because this is my first time handling java. She ask to get some data
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO...("| Retrieve objects in an LinkedList container using an Iterator...(); while (Ite.hasNext
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO...("| Retrieve objects in an LinkedList container using an Iterator...(); while (Ite.hasNext
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO...("| Retrieve objects in an LinkedList container using an Iterator...(); while (Ite.hasNext
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO...("| Retrieve objects in an LinkedList container using an Iterator...(); while (Ite.hasNext
How to configure Maven, MySQL, Eclipse IDE and hibernate?
How to configure Maven, MySQL, Eclipse IDE and hibernate?  How to configure Maven, MySQL, Eclipse IDE and hibernate
do-while loop
do-while loop  how many times will the following loop get executed and what will be the final value of the variable I after execution the loop is over. int I = 5; do{ I + = 3; System.out.println(""+I); I=I+1; }while(I>=9
Maven Compiler Plugin
In this section, you will learn about maven compiler plugin and how it can be configure in maven
how to get harddisk info using S.M.A.R.T using java
how to get harddisk info using S.M.A.R.T using java   how to get harddisk info using S.M.A.R.T using java
How to Using timezone_location_get() PHP
How to Using timezone_location_get() PHP  Hi, I am trying to create an application using the timezonelocationget() in PHP to retrieve the data of country code & latitude/longitude. I need the help of PHP developer who can
How to delete the row from the Database by using while loop in servlet
How to delete the row from the Database by using while loop in servlet ... server database by using Servlet program (Tomcat server). In Database table... details. While loop is not terminate, in while loop why If condition
Show spinner while loading image using JavaScript
Show spinner while loading image using JavaScript  Hello sir I am... of seconds before the chart changes. What i want do is it shows spinner while loading... do this by using the power of setTimeout() method. This allows you set a timer
While loop Statement
While loop Statement  How to print a table using while loop?   The given example displays the multiplication table of the given number... +" = "); while(y<=10) { int t = x
how to send spaces using get method.
how to send spaces using get method.  hi i want to know how to send spaces using get method? for example like http://localhost:8080/Sandeep?name... code: 1)form1.jsp: <html> <form method="get" action="form2.jsp"> <
How to get the output of JSP program using Bean
How to get the output of JSP program using Bean  Hi Kindly go... program for the above one by using Bean and i opened the Tomcat webserver... visit the following link: http://www.roseindia.net/jsp/using-bean-counter.shtml
How to get the output of jsp program using Bean
How to get the output of jsp program using Bean  Hello my Roseindia netizen has suggested one program but when i implement the same i am not getting...; Next i created JSP program for the above one by using Bean and i opened
Maven 2.x Extension for Eclipse
to come This plugin is using the Maven Embedder component to launch Maven... Maven 2.x Extension for Eclipse Maven Integration for Eclipse provides tight integration for Maven into the IDE and providing the following
Hibernate Maven repo
In this section, you will learn how to use maven repository in your Hibernate project
Jmagick get image size
Jmagick get image size  Hi, How I can get the image size while using... to get the image size when using Jmagick ImageInfo ii = new ImageInfo(path...; hi, the code given below may help you to get the image size when using
ID using get the databse latest value and displayed in jsp
ID using get the databse latest value and displayed in jsp  function... want to get the latest value using id and displayed in that start date end date etc,... How to get latest values in my jsp page and id will be shown in url
How to get month name from date(like-25/06/2012) using java?
How to get month name from date(like-25/06/2012) using java?  How to get month name from date(like-25/06/2012) using java